This is an ASP.NET Core Web API application, MediatR has been used to implement CQRS pattern by encapsulating logic and behavior in to Command/Query models and handlers.
Explore the docs »
- Visual Studio 2019
- .NET 5
- MediatR
- Entity Framework Core[In Memory Database]
- FluentValidation
- AutoMapper
- ForEvolve