Commit Graph

9 Commits

Author SHA1 Message Date
stefan
e7b18da45d refactor: Migrate from monolithic to modular architecture
1. **Docker-Compose für Entwicklung optimieren**
2. **Umgebungsvariablen für lokale Entwicklung**
3. **Service-Abhängigkeiten**
4. **Docker-Compose für Produktion**
5. **Dokumentation**
2025-07-24 14:20:48 +02:00
stefan
a256622f37 refactor: Migrate from monolithic to modular architecture
- Restructure project into domain-specific modules (core, masterdata, members, horses, events, infrastructure)
- Create shared client components in common-ui module
- Implement CI/CD workflows with GitHub Actions
- Consolidate documentation in docs directory
- Remove deprecated modules and documentation files
- Add cleanup and migration scripts for transition
- Update README with new project structure and setup instructions
2025-07-22 18:44:18 +02:00
1ecac43d72 (vision) SCS/DDD
Service Discovery einführen
Consul als Service-Registry implementieren
Services für automatische Registrierung konfigurieren
Dynamisches Service-Routing im API-Gateway einrichten
Health-Checks für jeden Service implementieren
2025-07-21 23:54:13 +02:00
stefan
62b5e71427 (fix) Umbau zu SCS 2025-07-21 12:08:20 +02:00
stefan
d74b47cbf5 Datenklassen im shared-Modul 2025-05-06 16:25:00 +02:00
8fcc279679 fix(docker): Change application.yaml port: 8081 docker-compose.yml server-port: 8080:8081 2025-04-20 17:09:49 +02:00
6db4213bb0 fix(docker): Change server host port mapping to 8080 to avoid runner conflict 2025-04-20 16:27:57 +02:00
2ba54b4e11 fix(compose): Change server host port mapping to 8081 to avoid local conflict 2025-04-20 16:19:17 +02:00
0f68084f49 fix(server): Read database config directly from environment variables 2025-04-18 22:01:20 +02:00