DeutschLernen/GermanApp/Domain
Lasse Rune Hansen accb06bc7c feat(backend/infra): add User entity, database migrations, and seed data
- Create User entity with gamification fields (Level, Streak, Points)
- Add User DbSet to AppDbContext with proper configuration
- Create initial database migration with Users and Lessons tables
- Add SeedData extension for initial admin user and sample lessons
- Update Program.cs to use seed data method

Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
2026-05-31 19:44:29 +02:00
..
Entities feat(backend/infra): add User entity, database migrations, and seed data 2026-05-31 19:44:29 +02:00
Exceptions Initial commit: GermanApp with Clean Architecture 2026-05-31 18:14:51 +02:00
Interfaces Initial commit: GermanApp with Clean Architecture 2026-05-31 18:14:51 +02:00
ValueObjects Initial commit: GermanApp with Clean Architecture 2026-05-31 18:14:51 +02:00