Built from: https://www.valentinog.com/blog/drf/
- Create virtual environment:
python3 -m venv venv
- Activate virtual environment:
source venv/bin/activate
- Run install script:
pip install -r requirements.txt
python manage.py runserver
python manage.py makemigrations backend; python manage.py migrate
chmod +x bin/db
coverage run --source='.' manage.py test
coverage html
coverage report