16 lines
426 B
Markdown
16 lines
426 B
Markdown
# Backend
|
|
|
|
Dieses Verzeichnis enthaelt das erste Geruest fuer das zentrale Backend.
|
|
|
|
Ziel fuer die erste Ausbaustufe:
|
|
|
|
- HTTP-API in Go
|
|
- Health-Endpunkt
|
|
- saubere Projektstruktur fuer spaetere API-, Worker- und Datenbankmodule
|
|
|
|
Geplante Unterstruktur:
|
|
|
|
- `cmd/api/` fuer den API-Startpunkt
|
|
- `internal/app/` fuer App-Initialisierung
|
|
- `internal/httpapi/` fuer HTTP-Routing und Handler
|
|
- `internal/config/` fuer Konfiguration
|