Go to file
2026-02-02 23:05:30 +01:00
_backup chore(backend): add .keep file to ensure services directory is tracked 2026-02-01 17:55:32 +01:00
.gemini docs: restructure domain documentation and update references 2026-01-15 13:44:49 +01:00
.github chore(ci, quality): introduce PR Guard workflow to detect hardcoded dependency versions 2026-01-31 18:45:24 +01:00
.junie docs: restructure domain documentation and update references 2026-01-15 13:44:49 +01:00
backend chore: migrate to Exposed 1.0.0 and refactor UUID handling 2026-02-02 12:34:24 +01:00
config chore(infra+frontend): upgrade Gradle to 9.3.1 and fix KMP plugin conflicts in Docker builds 2026-02-02 23:01:23 +01:00
contracts chore(infra+frontend): upgrade Gradle to 9.3.1 and fix KMP plugin conflicts in Docker builds 2026-02-02 23:01:23 +01:00
core chore(infra+frontend): upgrade Gradle to 9.3.1 and fix KMP plugin conflicts in Docker builds 2026-02-02 23:01:23 +01:00
docs chore(infra+frontend): upgrade Gradle to 9.3.1 and fix KMP plugin conflicts in Docker builds 2026-02-02 23:01:23 +01:00
frontend chore(infra+frontend): upgrade Gradle to 9.3.1 and fix KMP plugin conflicts in Docker builds 2026-02-02 23:01:23 +01:00
gradle chore(infra+frontend): upgrade Gradle to 9.3.1 and fix KMP plugin conflicts in Docker builds 2026-02-02 23:01:23 +01:00
kotlin-js-store chore(frontend): refactor navigation and DI setup, remove unused shared module 2026-02-01 13:46:39 +01:00
platform chore(backend, frontend): clean up comments and improve formatting 2026-02-01 13:51:07 +01:00
.dockerignore chore(infra): simplify Docker builds and remove unused WEB_BUILD_PROFILE 2026-02-01 21:17:22 +01:00
.editorconfig Fix: Test-Commit für VCS-Integration (MP-8) (#15) 2025-11-07 12:26:33 +01:00
.env chore(infra+frontend): upgrade Gradle to 9.3.1 and fix KMP plugin conflicts in Docker builds 2026-02-02 23:01:23 +01:00
.env.example chore(infra+frontend): upgrade Gradle to 9.3.1 and fix KMP plugin conflicts in Docker builds 2026-02-02 23:01:23 +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: archive outdated reports and organize references 2026-01-23 13:34:20 +01:00
build.gradle.kts chore(infra): upgrade Gradle to 9.3.1 and remove redundant Compose repository from settings 2026-02-02 23:05:30 +01:00
dc-backend.yaml chore(infra+frontend): upgrade Gradle to 9.3.1 and fix KMP plugin conflicts in Docker builds 2026-02-02 23:01:23 +01:00
dc-gui.yaml chore(infra+frontend): upgrade Gradle to 9.3.1 and fix KMP plugin conflicts in Docker builds 2026-02-02 23:01:23 +01:00
dc-infra.yaml chore(infra): migrate Redis to Valkey 9.0 and update related configs 2026-02-01 17:55:49 +01:00
dc-ops.yaml chore(docker): modularize and restructure Docker Compose configuration 2026-01-20 21:03:16 +01:00
docker-compose.yaml chore(docker): modularize and restructure Docker Compose configuration 2026-01-20 21:03:16 +01:00
gradle.properties chore(infra+frontend): upgrade Gradle to 9.3.1 and fix KMP plugin conflicts in Docker builds 2026-02-02 23:01:23 +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 chore(docs, frontend): document and implement Web-App sync workaround for async driver issue 2026-01-27 23:45:30 +01:00
settings.gradle.kts chore(infra): upgrade Gradle to 9.3.1 and remove redundant Compose repository from settings 2026-02-02 23:05:30 +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.