this project is based on Django Rest Framework and has API for ecommerce
Use the package manager pip to install foobar.
Create virtual env
- virtualenv env_name
Install Requirements
- pip install -r requirements.txt
Run server
-python manage.py runserver
visit localhost:8000/api
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.