DeutschLernen/GermanApp
Lasse Rune Hansen 4ee2b2568a feat(backend/infra): add health checks, CORS, Serilog logging, and exception middleware
- Add Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore package
- Add Serilog.AspNetCore and Serilog.Sinks.Console packages
- Configure Serilog with bootstrap logger and configuration
- Add Health Checks endpoint at /health with DbContext check
- Configure CORS with AllowAll policy for development
- Create ApiResponse, ApiErrorResponse, and PaginatedResponse models
- Create ExceptionMiddleware for global error handling
- Restructure Program.cs with try-catch-finally for proper logging

Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
2026-05-31 19:52:00 +02:00
..
Application Initial commit: GermanApp with Clean Architecture 2026-05-31 18:14:51 +02:00
Domain feat(backend/infra): add User entity, database migrations, and seed data 2026-05-31 19:44:29 +02:00
Infrastructure/Data feat(backend/infra): add User entity, database migrations, and seed data 2026-05-31 19:44:29 +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
Shared feat(backend/infra): add health checks, CORS, Serilog logging, and exception middleware 2026-05-31 19:52:00 +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): add health checks, CORS, Serilog logging, and exception middleware 2026-05-31 19:52:00 +02:00
GermanApp.http Initial commit: GermanApp with Clean Architecture 2026-05-31 18:14:51 +02:00
Program.cs feat(backend/infra): add health checks, CORS, Serilog logging, and exception middleware 2026-05-31 19:52:00 +02:00