The project uses JWT Authentication and the involved models are set to emulate a standard E-commerce website.
This project uses DRF to create endpoints similar to a E-commerce website.
It is a part of a task given to me as a mentee of Unicode.
- Python ( 3.7)
- Django ( 2.1.7)
Install using pip...
pip install requirements.txt
Run python manage.py makemigrations and python manage.py migrate for
the databse, the to run the server
python manage.py runserver