Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/thangchung/coffeeshop-modular
- Owner: thangchung
- License: mit
- Created: 2022-07-01T14:05:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-01T05:27:43.000Z (over 2 years ago)
- Last Synced: 2024-10-03T12:19:30.281Z (about 2 months ago)
- Topics: c4-model, clean-architecture, domain-driven-design, dotnet, modular, nomad, vertical-slice-architecture
- Language: C#
- Homepage:
- Size: 174 KB
- Stars: 47
- Watchers: 3
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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