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!
- ASP.NET Core
- CQRS and MediatR
- Fluent Validation
- Entity Framework Core
- Clone Repository
git clone https://github.com/mehmetdemirci/clearch.git
- Open directory src\Clearch.WebApp\ClientApp in command line and execute
yarn install
thenyarn start
. - Open directory src\Clearch.WebApp in command line and execute
dotnet build
thendotnet run
.