Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 1.02 KB

File metadata and controls

33 lines (17 loc) · 1.02 KB

Book Store Application

Overview

This is a book store application built using .NET 8.

Frameworks/Libraries Used

.NET 8.0

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)