This will be the repo for the backend of the project, focusing on the API calls in python and the database.
python main.pyAlong with this you will need to run a postgres database, this can be found in a docker container in database/ or you can run this yourself with the same configuration.
OR
docker-compose up --build
docker-compose down --volumes