DeutschLernen/GermanApp
Lasse Rune Hansen d90e4792d6 Initial commit: GermanApp with Clean Architecture
- Domain layer: Lesson entity, GermanWord value object, repository interfaces
- Application layer: CQRS commands, DTOs with mapping
- Infrastructure layer: EF Core with SQLite, LessonRepository
- Presentation layer: Minimal API endpoints for lessons CRUD

Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
2026-05-31 18:14:51 +02:00
..
Application Initial commit: GermanApp with Clean Architecture 2026-05-31 18:14:51 +02:00
Domain Initial commit: GermanApp with Clean Architecture 2026-05-31 18:14:51 +02:00
Infrastructure/Data Initial commit: GermanApp with Clean Architecture 2026-05-31 18:14:51 +02:00
Presentation/Endpoints Initial commit: GermanApp with Clean Architecture 2026-05-31 18:14:51 +02:00
Properties Initial commit: GermanApp with Clean Architecture 2026-05-31 18:14:51 +02:00
appsettings.Development.json Initial commit: GermanApp with Clean Architecture 2026-05-31 18:14:51 +02:00
appsettings.json Initial commit: GermanApp with Clean Architecture 2026-05-31 18:14:51 +02:00
GermanApp.csproj Initial commit: GermanApp with Clean Architecture 2026-05-31 18:14:51 +02:00
GermanApp.http Initial commit: GermanApp with Clean Architecture 2026-05-31 18:14:51 +02:00
Program.cs Initial commit: GermanApp with Clean Architecture 2026-05-31 18:14:51 +02:00