This repository contains the backend logic for the fullstack application.
A virtual environment is recommended to set up the backend repo.
- Enter
python -m venv <environment name>
on your CLI - Run
source <environment name>/bin/activate
to activate the environment
On your CLI, run python manage.py runserver <OPTIONAL: Port number>