You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First year uni 2024 DurHack hackathon interrail project. used flask in virtual environment to run it. To run, add config.py (api keys) to main directory from google drive create a virtual environment [python -m venv .venv], activate the venv, pip install everything in requirements.txt [pip install -r requirements.txt], set $env:FLASK_APP="main.py"