The frontend of the website can be found here
First, make sure you have python installed in your system. The create and activate a virtual environment.
To run this application clone this repository and run:
pip install -r requirements.txt
To run staticfiles with whitenoise, make sure to run the command:
python manage.py collectstatic
Then run the server using:
python manage.py runserver
This will run the server on localhost:8000