Nemo is a web service whose main task is to display the online status of any maturity model for any project defined in it. It also provides some other facilities such as setting a goal to reach a level in maturity model and more.
You can find nemo configuration description on configuration guidline.
The following deployment diagram is being deployed in Nemo server via the specification of this docker-compose.yml
.
Dory
is a seperate module and being deployed in another server. To see what it is and how it is deploying, check it out here.
The following diagram demonstrates the dependencies between major components used in Nemo.
You can read more about these components that we developed.
docker-compose up --build -d
If you want to develop backend/frontend and see the live service by any change, please read Live-Development