this is my answer for Nasaq Task
- use
Pipenv
to initiate virtual environment and install dependency packages - macke sure you active virtual environment
- create
.env
file and add to this fileSECRET_ID
string app secret keyDEBUGGER
boolean debug flagHOSTS
string contan allowed hosts separated by,
- run command to create migrations file
- run command to migrate database
- import
postman_collection.json
in Postman applcation - now you can run project and test it
Thanks and i wish meet your expectation