virtualenv work_env
source virtualenv/bin/activate
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver
Import django_rest_framework.postman_collection.json
file in your POSTMAN to test the required API's.
python manage.py test