Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 737 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 737 Bytes

Modular Monolith Template

Overview

About

Modular monolith template provides a basic solution for the modular applications. It is based on modular framework and can be used as a starting point for your next application.

How to start the solution?

Initialize the submodule:

git submodule update --init

Start the infrastructure using Docker:

docker-compose up -d

Start API located under Bootstrapper project:

cd src/Bootstrapper/Modular.Bootstrapper
dotnet run