iongritco / ModularMonolith

A playground for experimenting projects with a Modular Monolith Architecture - DDD, CQRS, MediatR, .NET 8, Entity Framework Core

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.NET

ModularMonolith

A playground for experimenting projects with a Modular Monolith Architecture - DDD, CQRS, MediatR, .NET 8, Entity Framework Core

Setup

  • To get started, just create the databases ToDo and ToDo_Tests and update the connection string in appsettings (both in ToDoApp.Server.API and in ToDoApp.Tests.EndToEnd for integration tests) - the migration will be executed automatically on the first run.
  • Set as startup the ToDoApp.Client.Blazor and ToDoApp.Server.API projects.

About

A playground for experimenting projects with a Modular Monolith Architecture - DDD, CQRS, MediatR, .NET 8, Entity Framework Core


Languages

Language:C# 90.1%Language:HTML 5.7%Language:CSS 4.2%