How to run this project

  1. Download and extract this project

  2. Create an environment and install all the libraries from requiements.txt

    pip freeze -r requirements.txt
    
  3. Migrate the project using

    python manage.py migrate
    
  4. Create a superuser using

    python manage.py createsuperuser
    
  5. Run the project using

    python manage.py runserver
    

Database Used: Sqlite

Technology Used: Django & Django Rest Api Framework

Technology used for testing POSTMAN

POSTMAN V1,V2 Collections are included in the project.

Here is the link to POSTMAN collection
LINK 1
LINK 2

GitHub

View Github