The project is a monorepo with 3 packages:
- interface
- core
- api
In this package is defined all the types and function that will be included in the Mondrian module.
In this package is implemented the Mondrian module. It is the core of the project and contains all the business logic.
In this package is deployed the module though the wanted servers. It is the entry point of the module.