This repository follows course from YouTube on channel named Amichai Mantinband
(link). The course's name is REST API Following CLEAN ARCHITECTURE & DDD
(link).
Application is written in .NET 6.0 with C# using WebAPI technology. This solutions follows Clean Architecture principles and Domain-Driven Design principles. It contains 4 layers:
- Domain
- Application
- Infrastructure
- Api
To run this project you need to have .NET 6.0 runtime installed. Then clone (or download) this repository.
Then open CLI and open folder with application. Then run from CLI with command:
dotnet run --project .\BuberDinner.Api\