Before running python server:
Create a file called secret.yaml in the root directory of the repository with the following contents:
api_key : 'API key goes here'Install dependencies:
pip install -r requirements.txtRun the database init scrip:
set FLASK_APP=websiteand then
python -m flask init-dbRun the following in console:
python main.py