Skip to content

devmentors/modular-monolith-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages