DeutschLernen/GermanApp
Lasse Rune Hansen 0772989b10 feat(backend/infra): configure PostgreSQL database for EF Core
- Replace SQLite with Npgsql provider
- Update Program.cs to use UseNpgsql
- Add connection strings to appsettings files
- Create appsettings.Staging.json and appsettings.Production.json

Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
2026-05-31 19:40:34 +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 feat(backend/infra): configure PostgreSQL database for EF Core 2026-05-31 19:40:34 +02:00
appsettings.json feat(backend/infra): configure PostgreSQL database for EF Core 2026-05-31 19:40:34 +02:00
appsettings.Production.json feat(backend/infra): configure PostgreSQL database for EF Core 2026-05-31 19:40:34 +02:00
appsettings.Staging.json feat(backend/infra): configure PostgreSQL database for EF Core 2026-05-31 19:40:34 +02:00
GermanApp.csproj feat(backend/infra): configure PostgreSQL database for EF Core 2026-05-31 19:40:34 +02:00
GermanApp.http Initial commit: GermanApp with Clean Architecture 2026-05-31 18:14:51 +02:00
Program.cs feat(backend/infra): configure PostgreSQL database for EF Core 2026-05-31 19:40:34 +02:00