copy the following commands into the terminal.
- virtualenv venv
- . venv/bin/activate
- pip install -r requirements.txt
- python manage.py runserver
copy the following command into the terminal:
- python manage.py test app
app/views.py is where the bulk of the logic for the app is controlled