Skip to content

Latest commit

 

History

History
19 lines (19 loc) · 435 Bytes

README.md

File metadata and controls

19 lines (19 loc) · 435 Bytes

ASP.NET CORE 6 Basic Clean Arthitecture

It is a basic .ASP.NET Core 5 project with following the principles of Clean Architecture

Technologies & Tools & Approaches

  • ASP.NET Core 6 WEB API
  • Entity Framework Core 6
  • Serilog
  • XUnit, Moq
  • Docker & Docker Compose
  • Specification
  • Repository
  • DDD

BasicClean.Core

Entities, Value Objects, Services, Interfaces, Specifications

BasicClean.Infrastructure

BasicClean.Api