Generic flask app for use as a template for new projects
Go to file
2024-01-17 15:29:28 +01:00
build-deb add running of init_db.py after installation 2024-01-17 15:29:28 +01:00
flaskapp init 2023-10-20 15:20:56 +02:00
.gitignore fix gitignore and default BIND address in service file 2024-01-17 15:11:01 +01:00
init_db.py fix init db by adding context 2024-01-16 13:06:45 +01:00
LICENSE init 2023-10-20 15:20:56 +02:00
README.md add installation instructions,fix install scripts permissions and add shebang to run.py 2024-01-17 15:07:32 +01:00
requirments.txt init 2023-10-20 15:20:56 +02:00
run.py add installation instructions,fix install scripts permissions and add shebang to run.py 2024-01-17 15:07:32 +01:00

flaskapp

Web app

Use

python3 ./run.py

Install

cd build-deb/ make sudo apt install ./flaskapp.deb