This is an API built using DjangoRestFramework(DRF) for Store Management Project. Through it, a user can add and manage their stores and products.
- Clone the repository:
git clone https://github.com/Gesare5/store-management-python-django.git-
Create and activate a virtual env.
-
Install required libraries:
pip install -r requirements.txtTo run the project, use the following command:
./manage.py runserver- User Register and Login
- Create, View, Update and Delete Stores
- Create, View, Update and Delete Store Products
- User Authentication Using JWT