meldestelle/docs/05_Backend
Stefan Mogeritsch a3ac6a52be docs: archive outdated reports and journals, restructure references and guides
Archived obsolete reports and journal entries, introducing a clear archival structure under `_archive`. Moved and reorganized onboarding guides and tech stack references into updated directories (`02_Guides`, `01_Architecture/Reference/Tech_Stack`). Improved overall documentation structure and consistency.
2026-01-23 14:00:12 +01:00
..
Guides docs: add infrastructure guide for JWT in Docker and refactor Keycloak config 2026-01-22 17:23: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 docs: add new documentation for API Gateway, core model, and backend structure 2026-01-15 13:53:56 +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

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.