Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 547 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 547 Bytes

./MCafe.png

![img.png](img.png) Minimal .NET Modular Monolith implementation in the context of a cafe.

Heavily inspired on the NCafe project by Fredi Machado.

Tech stack:

  • C# 12/.NET 8
  • ASP.NET Core
  • EFCore
  • FasEndpoints
  • MediatR

Warning

This code should be treated as sample code. It's a sandbox for practicing modular monoliths ideas, CQRS, MediatR, EFCore, FastEndpoints etc.