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.
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