Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 625 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 625 Bytes

CleanArchitectureSample

Note: There is a non-anemic and better code here

The sample project of clean architecture.

The Layers;

  • Domain
  • Application
  • Persistence
  • Infrastructure
  • Presentation (.Net Core Web API)

The technologies that used;

  • .Net Core and .Net Core Web API
  • Entity Framework Core
  • Fluent Validation
  • Auto Mapper
  • MediatR