dskunu / buber-dinner

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BuberDinner

This repository follows course from YouTube on channel named Amichai Mantinband (link). The course's name is REST API Following CLEAN ARCHITECTURE & DDD (link).

About applications

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

Build and run

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\

About


Languages

Language:C# 100.0%