Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1.32 KB

README.md

File metadata and controls

34 lines (20 loc) · 1.32 KB

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