feat: initial Flask project setup with factory pattern

This commit is contained in:
2026-03-11 16:23:39 +01:00
parent 3b3a5e4187
commit 41679d1861
13 changed files with 119 additions and 0 deletions

5
requirements.txt Normal file
View File

@@ -0,0 +1,5 @@
flask>=3.0
flask-sqlalchemy>=3.1
pytest>=8.0
pytest-flask>=1.3
gunicorn>=22.0