Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 557 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 557 Bytes

BlogSystem API with Django

Blog System API : includes authentication, authorization, Users CRUD and Articles CRUD.

How to use?

  1. Clone this repository into your computer.

  2. Install reuirements.txt:

pip install -r requirements.txt
  1. run:
python manage.py makemigrations 
python manage.py migrate 
  1. Create a administrator user:
python manage.py createsuperuser
  1. Start up:
python manage.py runserver

Check the API documentation : API documentation