How to run this project
-
Download and extract this project
-
Create an environment and install all the libraries from requiements.txt
pip freeze -r requirements.txt
-
Migrate the project using
python manage.py migrate
-
Create a superuser using
python manage.py createsuperuser
-
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