chore: Projekt-Initialisierung — Plan, Aufgaben, README

This commit is contained in:
Hermes Agent
2026-06-22 00:48:03 +02:00
commit 681683a65c
3 changed files with 807 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
# BSN-Livesystem
Community-Plattform für Brettspiel-News.de — das Live-System auf dem neuen Server.
## Struktur
```
src/
├── app.py # Flask-App-Factory
├── routes/ # Webhook-Endpunkte
├── models/ # Pydantic-Datenmodelle
├── queue/ # Redis-Queue-System
└── utils/ # Validatoren
tests/ # pytest-Tests
docs/ # Pläne & Aufgaben
```
## Qualität
- Python 3.13+, Pydantic v2, Flask
- Ruff + mypy + pytest (CI-Gate)
- Jeder Push → Gitea Actions-Check