meldestelle/docs/05_Backend
Stefan Mogeritsch 09b0b1a462 infra: clean up Keycloak configuration, enforce consistency in .env, and improve health checks
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.
2026-03-06 11:23:24 +01:00
..
Guides chore: migrate to Exposed 1.0.0 and refactor UUID handling 2026-02-02 12:34:24 +01:00
Services docs: add infrastructure guide for JWT in Docker and refactor Keycloak config 2026-01-22 17:23:24 +01:00
README.md infra: clean up Keycloak configuration, enforce consistency in .env, and improve health checks 2026-03-06 11:23:24 +01:00
TASK_2026_Q1_Infrastructure_Hardening.md chore(docs): mark TASK_2026_Q1_Infrastructure_Hardening as complete and update implementation details 2026-01-16 23:38:57 +01:00

type status owner
Reference ACTIVE 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: Dient als technischer Blueprint und einfachstes Beispiel für einen Service.
  • API-Gateway: Beschreibung des zentralen Einstiegspunkts für alle externen Anfragen.