Skip to content

A sample implementation of the Clean Architecture Principles with .NET Core.

License

Notifications You must be signed in to change notification settings

mehmetdemirci/clearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clearch

.NET Core CI Codacy Badge


This is a sample implementation of the Clean Architecture Principles with .NET Core.

The goal is to share knowledge and use it as reference for new projects.

If you like or are using this project to learn or start your solution, please give it a ⭐. Thanks!

Using

  • ASP.NET Core
  • CQRS and MediatR
  • Fluent Validation
  • Entity Framework Core

Running

  • Clone Repository git clone https://github.com/mehmetdemirci/clearch.git
  • Open directory src\Clearch.WebApp\ClientApp in command line and execute yarn install then yarn start.
  • Open directory src\Clearch.WebApp in command line and execute dotnet build then dotnet run.

License

License

About

A sample implementation of the Clean Architecture Principles with .NET Core.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published