install the requirements
pip install -r requirements.txt
SECRET_KET=yoursecretkey
python manage.py test
or
coverage run manage.py test && coverage report
python manage.py runserver
open postman and import data2bot-assessment-api.postman_collection.json file in the project directory