Initial commit: Open-Source Projektplattform für Schleswig-Holstein

- Flask-App mit SQLite, Projekt-Einreichung und Bewerbungen
- Suche und Filter nach Kategorie
- Modernes UI mit Bootstrap 5 und Custom CSS
- 6 Demo-Projekte via seed_demo_data.py
- Docker und docker-compose Support

Made-with: Cursor
This commit is contained in:
2026-03-05 19:57:42 +01:00
commit 21e4d86fef
15 changed files with 968 additions and 0 deletions

2
requirements.txt Normal file
View File

@@ -0,0 +1,2 @@
Flask>=3.0.0
Flask-SQLAlchemy>=3.1.0