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: 5 months 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 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-01T05:27:43.000Z (about 3 years ago)
- Last Synced: 2025-02-25T07:45:24.410Z (7 months ago)
- Topics: c4-model, clean-architecture, domain-driven-design, dotnet, modular, nomad, vertical-slice-architecture
- Language: C#
- Homepage:
- Size: 174 KB
- Stars: 48
- Watchers: 3
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-nomad - thangchung/coffeeshop-modular - .NET coffee shop application with a modular architecture, containerized and deployable using HashiCorp Nomad. (Documentation, examples, demos, and awesome lists)
README
# coffeeshop-modular
.NET coffee shop application with modular approach
# Software System Diagram

# Container Diagram

# Component Diagram

# 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