Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 809 Bytes

readme.md

File metadata and controls

13 lines (7 loc) · 809 Bytes

ASP.NET Core Modular Monolith

This repo contains the code used in my blog post about building modular monoliths in ASP.NET Core. If that sounds interesting, have a look at https://fearofoblivion.com/build-the-modular-monolith-first.

Getting started

All the code should just work. To run the individual modules, just run dotnet run in the corresponding directory under the src directory. To run the "host", just start the FiftyNine.ModularMonolith.Api project, and it should come up.

Tests? Well, they are there, in VERY simple form! But they do show you how to test the individual modules, as well as the complete "host".

Contact

Questions? Well, I'm on twitter! Just ping me at @ZeroKoll!