https://github.com/thangchung/coolstore-moduliths
The coolstore website on modular monolith approach
https://github.com/thangchung/coolstore-moduliths
blazor cleanarchitecture cqrs cqrs-pattern domain-driven-design dotnet-core featherhttp graphql modular webassembly
Last synced: 11 months ago
JSON representation
The coolstore website on modular monolith approach
- Host: GitHub
- URL: https://github.com/thangchung/coolstore-moduliths
- Owner: thangchung
- License: mit
- Created: 2019-12-15T04:58:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-11T02:39:14.000Z (over 4 years ago)
- Last Synced: 2025-05-06T01:39:37.228Z (about 1 year ago)
- Topics: blazor, cleanarchitecture, cqrs, cqrs-pattern, domain-driven-design, dotnet-core, featherhttp, graphql, modular, webassembly
- Language: C#
- Homepage:
- Size: 350 KB
- Stars: 19
- Watchers: 3
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-software-architecture - coolstore-moduliths
README
# coolstore-moduliths
The coolstore website on modular monolith
## How to run
```bash
$ docker-compose -f docker-compose.yml -f docker-compose.override.yml up
```
```bash
$ powershell -File migrations.ps1
```
Start `CoolStore.Api` and `CoolStore.UI.Blazor`
## Generate Code on UI
https://chillicream.com/blog/2019/11/25/strawberry-shake_2
Happy hacking!!!