Ensure you have properly setup your venv
.
Use python manage.py runserver
to test the site deployment on your local machine.
You can use the links to navigate between pages. Try creating, updating, and deleting some snacks using the links!
Testing uses the built-in django testing framework.
Run the tests with python manage.py test
.