This project is broken up into a backend and frontend. The backend contains the Django project which uses the Django Rest Framework to host a simple API. The frontend uses React and queries data from the API.
Run the following commands to get started:
- virtualenv env
- pip install -r requirements.txt
- npm i
- npm run build
- python3 manage.py runserver