ASP.NET Core 6 starter project including cookie authentication, database access, hexagonal architecture, DDD & CQRS.
Inspired by https://github.com/jasontaylordev/CleanArchitecture
- ASP.NET Core 6
- Entity Framework Core 6
- MediatR
- BCrypt.Net
- Swashbuckle
- FluentValidation
- xUnit.net, FluentAssertions
https://dotnet.microsoft.com/en-us/download/dotnet/6.0
- On VSCode, press F5 to start server in debug mode
or
dotnet watch --project server-api
or
dotnet run --project server-api
dotnet build
dotnet test