Commit Graph
3 Commits
Author SHA1 Message Date
renovate[bot] 0b1cc9ed45 chore(deps): update dependency mysql-connector-python to v9.7.0 2026-08-10 17:24:26 +00:00
stefankoelle b30c02beb8 feat: REST API + Web-Frontend für Kalenderübersicht
- FastAPI Backend mit /api/events, /api/events/{id}, /api/health Endpoints
- Optionale Suche nach Event-Titel (Query Parameter ?search=...)
- Jinja2 Web-Frontend auf / mit Suchfeld
- Shared DB Connection Module (api/database.py)
- Docker Compose: calendar-api Service hinzugefügt
- Sync.py refactored: nutzt shared database.py
2026-08-01 16:12:07 +02:00
Stefan Koelle e10a31d230 initial commit 2026-08-01 15:06:34 +02:00