Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 748 Bytes

File metadata and controls

22 lines (15 loc) · 748 Bytes

Django-API-Base-Code

Command to create environment

python -m venv ./venv

Activating python environment in linux

source venv/bin/activate

Command to run server

python3 manage.py runserver 8001

python3 manage.py runserver 800O

Command for migrations

python3 manage.py makemigrations

Command to migrate

python3 manage.py migrate

API Documentation

Click here = https://documenter.getpostman.com/view/15483626/UV5UjymR

PDF Link = https://github.com/garudatechnologydevelopers/Django-API-Base-Code/blob/master/API_REQUESTS.pdf