HTML, CSS, Python, Flask and general web resources for students

Trykk her for å gå til tutorials

to run the application, type in terminal:

Windows

python.exe app.py

Linux/Mac

python3 app.py

but first you have to install the modules in requirements.txt by running

pip install -r requirements.txt