Skip to content

Where we put our components for our modular monolith

How to?

Create a new component

Run this command and follow the steps:

cd components && cookiecutter ../tools/templates/modular_monolith_component ; cd -

General documentation

See 👉 Modular Monolith ⧉

Dependencies

Dependencies rules between components are defined in each component by a yaml file dependencies.yml.

See dependencies.md for a graph of the dependencies between components.