meldestelle/docs/05_Backend
2026-03-15 20:05:23 +01:00
..
_archive chore: fix broken links in documentation, improve code snippets, and remove unnecessary imports in guides 2026-03-15 20:05:23 +01:00
Guides chore: fix broken links in documentation, improve code snippets, and remove unnecessary imports in guides 2026-03-15 20:05:23 +01:00
Services chore: archive outdated architecture and roadmap documents, normalize documentation structure and metadata 2026-03-15 20:00:51 +01:00
README.md chore: fix broken links in documentation, improve code snippets, and remove unnecessary imports in guides 2026-03-15 20:05:23 +01:00

type status owner last_update
Reference ACTIVE Backend Developer 2026-03-15

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.