Running locally:
- Set up a virtualenv.
- Source venv/bin/activate.
- Install requirements with
pip install -r requirements.txt
.
Notes:
- Environment variables are stored in the
.env
file and loaded withpython-dotenv
. - A flask application runs locally on port 5000.