Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thangchung/coffeeshop-modular

.NET coffee shop application with modular approach
https://github.com/thangchung/coffeeshop-modular

c4-model clean-architecture domain-driven-design dotnet modular nomad vertical-slice-architecture

Last synced: 29 days ago
JSON representation

.NET coffee shop application with modular approach

Awesome Lists containing this project

README

        

# coffeeshop-modular

.NET coffee shop application with modular approach

# Software System Diagram

![](assets/coffeeshop_software_system.svg)

# Container Diagram

![](assets/coffeeshop_container.svg)

# Component Diagram

![](assets/coffeeshop_components.svg)

# Start project with docker-compose

```bash
> docker compose build
```

```bash
> docker compose up
```

# Start project with nomad at [here](nomad/README.md)

> This project mainly based on https://github.com/quarkuscoffeeshop/quarkuscoffeeshop-majestic-monolith, and customized some parts to adapt with .NET 7