Dev environment setup
- Install dependencies. Use venv or pipenv(preference)
- Activate the virtual environment
- Run migration
python manage.py makemigrations
python manage.py migrate - Create super user a/c(admin)
- Runserver
python manage.py runserver
- Create/Load dummy data
Directly on the database table or using endpoints.
python manage.py runserver
- Import 'endpoints.har' in the project directory into the client i.e. Postman or Insomnia etal
- Explore the various endpoints as listed.