Go to file
StefanMoCoAt 1229973aa2 chore(docs): mark TASK_2026_Q1_Infrastructure_Hardening as complete and update implementation details
- Updated task status to `DONE` with completion date.
- Checked off all implemented steps: security module, persistence layer, ping service hardening, and gateway integration.
- Reflected task progress and implementation outcomes in the document.
2026-01-16 23:38:57 +01:00
_backup docs: restructure domain documentation and update references 2026-01-15 13:44:49 +01:00
.gemini docs: restructure domain documentation and update references 2026-01-15 13:44:49 +01:00
.github docs: align README/CI + refine AGENTS for new docs strategy 2026-01-13 14:33:10 +01:00
.junie docs: restructure domain documentation and update references 2026-01-15 13:44:49 +01:00
backend chore(ping-service, build): remove local SecurityConfiguration, update Dockerfile, and adjust application.yaml 2026-01-16 23:24:13 +01:00
config docs: expand ping-service documentation and add backend startup troubleshooting journal 2026-01-13 17:41:19 +01:00
contracts chore(ping-service, security): integrate centralized security module and enhance Ping-Service 2026-01-16 19:11:48 +01:00
core docs: consolidate roadmaps and update architecture documentation 2026-01-16 10:42:34 +01:00
docs chore(docs): mark TASK_2026_Q1_Infrastructure_Hardening as complete and update implementation details 2026-01-16 23:38:57 +01:00
frontend chore(gateway, ping-service, security): streamline configurations, remove redundancies, and improve resilience 2026-01-16 21:31:56 +01:00
gradle chore(gateway): enhance configurations, optimize Dockerfile, and improve resilience 2026-01-16 23:06:01 +01:00
kotlin-js-store refactor(frontend, build): update PingViewModel initialization, resolve view model via Koin, and clean yarn dependencies 2026-01-12 19:47:59 +01:00
platform docs: restructure domain documentation and update references 2026-01-15 13:44:49 +01:00
.dockerignore fix docker-compose.* + .env* 2025-12-04 18:13:54 +01:00
.editorconfig Fix: Test-Commit für VCS-Integration (MP-8) (#15) 2025-11-07 12:26:33 +01:00
.env refactor(build): remove docker-compose hardcoded file, update compose dependencies, and resolve library conflicts 2026-01-08 16:46:40 +01:00
.env.example Versuche 2025-12-31 00:20:29 +01:00
.gitignore upgrade build: Kotlin-JVM Toolchain auf 25 gesetzt, JVM Target korrigiert & Gitignore erweitert 2026-01-03 12:51:43 +01:00
AGENTS.md docs: restructure domain documentation and update references 2026-01-15 13:44:49 +01:00
build.gradle.kts refactor(frontend, build): update PingViewModel initialization, resolve view model via Koin, and clean yarn dependencies 2026-01-12 19:47:59 +01:00
docker-compose.frontend.yaml fix docker-compose.* + .env* Dateien auf den root übersiedelt 2025-12-04 11:30:01 +01:00
docker-compose.services.yaml fix docker-compose.* + .env* Dateien auf den root übersiedelt 2025-12-04 11:30:01 +01:00
docker-compose.yaml refactor(build): remove docker-compose hardcoded file, update compose dependencies, and resolve library conflicts 2026-01-08 16:46:40 +01:00
gradle.properties refactor(frontend, build): update PingViewModel initialization, resolve view model via Koin, and clean yarn dependencies 2026-01-12 19:47:59 +01:00
gradlew refactor(build): remove unused files and adjust JVM toolchain to Java 24 2026-01-03 15:49:09 +01:00
gradlew.bat refactor(build): remove unused files and adjust JVM toolchain to Java 24 2026-01-03 15:49:09 +01:00
LICENSE Create LICENSE 2025-04-17 13:19:13 +02:00
README.md docs: restructure domain documentation and update references 2026-01-15 13:44:49 +01:00
settings.gradle.kts chore(build, docs): add security module and update infrastructure decisions 2026-01-16 18:40:28 +01:00

Meldestelle

Modulares System für Pferdesportveranstaltungen mit Domain-Driven Design, Kotlin Multiplatform und Microservices.

CI Pipeline License: MIT


📚 Dokumentation: Die einzige Quelle der Wahrheit

Die gesamte Projekt-Dokumentation von der Architektur über die fachliche Domäne bis hin zu den Entwickler-Anleitungen befindet sich im /docs Verzeichnis.

Starte hier:

-> docs/README.md


🚀 Quick Start

Diese Befehle starten die Kern-Infrastruktur und die Services.

# 1. Umgebungsvariablen vorbereiten (nur beim ersten Mal)
cp .env.example .env

# 2. Gesamtes System mit Docker Compose starten
docker compose up -d

Für detailliertere Anleitungen, wie z.B. das Starten einzelner Services oder das Frontend-Setup, siehe die -> Lokale Setup-Anleitung.


🤝 Contributing

Beiträge sind willkommen. Bitte beachte unseren -> Branch- und PR-Workflow.

📜 Lizenz

Dieses Projekt steht unter der MIT License.