My first attempt at making a well structured flask backend api.
- Create and activate a python venv.
python -m venv venv
venv/Scripts/activate
- Install the dependencies with:
pip install -r setup/requirements.txt
- Create a .env file and paste the contents of .env.sample in it and set the settings.