Streamlined Keycloak configurations with defaults for development and production in `.env`. Added health checks and improved environment variable documentation with comments to differentiate local and server deployments. Ensured compatibility with pre-built registry images.
19 lines
794 B
Markdown
19 lines
794 B
Markdown
---
|
|
type: Reference
|
|
status: ACTIVE
|
|
owner: Backend Developer
|
|
---
|
|
# Backend Dokumentation
|
|
|
|
Dieses Verzeichnis enthält die spezifische Dokumentation für alle Backend-Komponenten, einschließlich der Microservices und der Infrastruktur-Module wie dem API-Gateway.
|
|
|
|
## Struktur
|
|
|
|
* `Services/`: Enthält pro Service eine dedizierte Markdown-Datei, die dessen Zweck, API, Datenmodell und Konfiguration beschreibt.
|
|
* `Integration/`: Dokumentation zur Interaktion zwischen den Services (z.B. Event-Flows).
|
|
|
|
## Wichtige Einstiegspunkte
|
|
|
|
* **[Ping-Service](./Services/ping-service.md):** Dient als technischer Blueprint und einfachstes Beispiel für einen Service.
|
|
* **[API-Gateway](../07_Infrastructure/api-gateway.md):** Beschreibung des zentralen Einstiegspunkts für alle externen Anfragen.
|