This is a backend developed using flask and Python 3.10
Install requirements:
cd app/requirements
pip install -r local.txt
Make sure you have a PostgreSQL database up and running and update the db connection options in app.py
Run the project:
cd app
python app.py