First Clone the repository
git clone git@github.com:adith-p/eCommerce-API.git
- Win
python3 -m venv venv
- Linux
Note: Activate the venv
virtualenv venv
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver
Note:
- goto:
127.0.0.1:8000/api/v1/swagger/
For documentation - The debug mode is on