Follow the following steps to setup your dev environment
Run the following commands to get started using virtualenv
# once - create virtual environment
virtualenv env -p python3.6
source env/bin/activate
pip install -r requirements.txt
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver
Visit List all the APIs documentation http://localhost:8080/docs/
Visit List all the APIs on localhost http://localhost:8080/api/