Parity Challenge
Running this code
- Make sure python and django are installed. The versions used in the development of this project were: python 3.7.4 and django 3.1.4.
# MacOs
brew install python
python -m pip install Django
- Within this directory, run the local developer server:
python manage.py runserver