From a8e4dd96bff0ac3f7ac7d59bb35f5f56394cda22 Mon Sep 17 00:00:00 2001 From: David Eggenberger <72417712+DavidEggenberger@users.noreply.github.com> Date: Tue, 21 May 2024 21:28:22 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ff46ace8..86de4efd 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,11 @@ # Modular Monolith Template -Starter Template for building modular monolithic SaaS applications with ASP.NET Core, Blazor and EF Core. +Starter Template for building modular monolithic SaaS applications with ASP.NET Core, Blazor and EF Core (SQL Server). ## Architecture -The solution follows a "modular" architectural approach. The idea is, that every "Subdomain" is organised in an own module. +The solution follows a "modular" architectural approach. The idea is, that every "Subdomain" is organised in an own module. A module itself consists of multiple related projects. Note: The arrows show the dependencies between the projects and the modules.