This project is built using the Django web framework. You can view the site here!
- Open main directory
- Install dependencies
pip install -r requirements.txt. - Change
settings.pyto reflect that ofsettings_dev.py, inside the "settings_templates" folder - Start local server
python manage.py runserver. - You may need to make database migrations
python manage.py makemigrations.