Skip to content

goodfox-org/clean-architecture-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Clean Architecture template

Build, Run

cd /repo/root/templates/CleanArchitectureFull
dotnet build
dotnet dotnet run --project .\presentation\CleanArchitecture.Template.RestApi\CleanArchitecture.Template.RestApi.csproj
curl -i 'http://localhost:5000/user' \
--header 'Content-Type: application/json' \
--data '{
    "firstName": "John",
    "lastName": "Doe"
}'

MediatR, CQRS, and FluentValidation

The main functionality follows 2 design patterns: Mediator and CQRS.

Links

Clean architecture - Jason Taylor - NDC Sydney 2019
Repository Pattern with C# and Entity Framework, Done Right | Mosh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published