This is a web application developed using Django
This website uses sqlite3 as it's database
To run this code locally, you must
INSTALL THE REQUIRED TOOLS
-Install django using your cmd
- install a python environment to enable the project to run
RUN THE FOLLOWING
- 'pipenv shell' to activate the environmetn
- 'python manage.py runserver' to run the server to navigate the code in your browser