/clearch

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

Primary LanguageC#MIT LicenseMIT

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