This project is a real core base of project that designed clean architecture with CQRS pattern
- .NET 8 SDK
- Visual Studio 2019 or Visual Studio Code
- PostgreSQL
To Create Migration
dotnet ef migrations add init --project "src\BaseApplication\Persistence" --startup-project "src\BaseApplication\Api"To Create Database
update-database- .NET 8
- Entity Framework Core
- PostgreSQL
- Custom Authentication JWT Token (Role Base)
- MediatR
- AutoMapper
- FluentValidation
- xUnit.net