Submission for Hackpsu
- Navigate to the repo directory
- Install the miniconda package manager for your platform, refer [here][https://docs.conda.io/en/latest/miniconda.html]
- Create a virtual env via conda from the
environment.ymlfile using the following command -conda env create -f environment.yml - Start your django server by runnnig
python3 manage.py runserver. This should start the server at127.0.0.1:8000