This is a book store application built using .NET 8.
PostgreSQL (Database)
Entity Framework Core (ORM for Write Model)
Dapper (ORM for Read Model)
Serilog (Structured Logging)
MediatR (Mediator Pattern Implementation)
FluentValidation (Model Validation)
Redis (Cache)
Duende IdentityServer (OpenID Connect and OAuth Framework)
Quartz (Background Jobs)
xUnit (Unit Testing & Integration Testing)
FluentAssertions (Unit Testing & Integration Testing)
Refit (Automatic REST Library)