- Please shift to the 'instawork_challenge' folder (not root)
- Install Python (if not already installed), and then install the necessary Python modules provided below using pip!
- To begin running the server, enter
python manage.py runserver
in the shell
- Before running tests, follow steps 1 and 2 from the 'Running Instructions' section
- To begin running tests, enter
py manage.py test
in the shell
- Django Bootstrap 5 (pip:
django-bootstrap-v5
) - Django Bootstrap Icons (pip:
django-bootstrap-icons
)