An open API service indexing awesome lists of open source software.

https://github.com/atedeg/mdm

Final project for the LSS exam; it uses a DDD approach to model the domain of the Mambelli cheese factory
https://github.com/atedeg/mdm

clean-architecture ddd domain-driven-design functional-programming

Last synced: 2 months ago
JSON representation

Final project for the LSS exam; it uses a DDD approach to model the domain of the Mambelli cheese factory

Awesome Lists containing this project

README

          

[![Build test and deploy](https://github.com/atedeg/mdm/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/atedeg/mdm/actions/workflows/ci.yml)
[![semantic-release: conventional-commits](https://img.shields.io/badge/semantic--release-conventional_commits-e10098?logo=semantic-release)](https://github.com/semantic-release/semantic-release)
![GitHub](https://img.shields.io/github/license/atedeg/mdm)
[![codecov](https://codecov.io/gh/atedeg/mdm/branch/main/graph/badge.svg?token=XZQOPAEFAU)](https://codecov.io/gh/atedeg/mdm)
[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/atedeg/mdm?color=red&label=latest%20release)](https://github.com/atedeg/mdm/releases/latest)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=atedeg_mdm&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=atedeg_mdm)
[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=atedeg_mdm&metric=sqale_rating)](https://sonarcloud.io/summary/new_code?id=atedeg_mdm)
[![Code Smells](https://sonarcloud.io/api/project_badges/measure?project=atedeg_mdm&metric=code_smells)](https://sonarcloud.io/summary/new_code?id=atedeg_mdm)
[![Lines of Code](https://sonarcloud.io/api/project_badges/measure?project=atedeg_mdm&metric=ncloc)](https://sonarcloud.io/summary/new_code?id=atedeg_mdm)
[![Technical Debt](https://sonarcloud.io/api/project_badges/measure?project=atedeg_mdm&metric=sqale_index)](https://sonarcloud.io/summary/new_code?id=atedeg_mdm)
[![Duplicated Lines (%)](https://sonarcloud.io/api/project_badges/measure?project=atedeg_mdm&metric=duplicated_lines_density)](https://sonarcloud.io/summary/new_code?id=atedeg_mdm)
![GitHub issues](https://img.shields.io/github/issues/atedeg/mdm)
![GitHub pull requests](https://img.shields.io/github/issues-pr-raw/atedeg/mdm)

# MDM - Mambelli Domain Model

This is the final project for the [LSS exam](https://www.unibo.it/it/didattica/insegnamenti/insegnamento/2021/412677); it uses a DDD approach to model the domain of the [Mambelli](https://www.mambelli.com/it/) cheese factory.
The project's documentation can be found [here](https://atedeg.dev/mdm/_docs/index.html).

## License

MDM is licensed under the [Apache License Version 2.0](https://www.apache.org/licenses/LICENSE-2.0)