mirror of
https://github.com/skoelle/calender_sync.git
synced 2026-09-18 02:30:24 +00:00
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
This commit is contained in:
@@ -16,3 +16,6 @@ LOG_LEVEL=INFO
|
||||
|
||||
# Optional: Healthchecks.io / Uptime Kuma URL (wird nach jedem Sync gepingt)
|
||||
# HEALTHCHECK_URL=https://hc-ping.com/DEINE_UUID
|
||||
|
||||
# API Server
|
||||
API_PORT=8000
|
||||
|
||||
Reference in New Issue
Block a user