You need to have django and python installed to run the project.
- To run the project simply clone the repository.
- Open the CLI in the cloned directory.
- Run "python manage.py makemigrations"
- Then run "python manage.py migrate"
- Finally run "python manage.py runserver"