Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 450 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 450 Bytes

Project structure

The project is a monorepo with 3 packages:

  • interface
  • core
  • api

interface

In this package is defined all the types and function that will be included in the Mondrian module.

core

In this package is implemented the Mondrian module. It is the core of the project and contains all the business logic.

api

In this package is deployed the module though the wanted servers. It is the entry point of the module.