Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 25 days 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-11T02:39:14.000Z (almost 3 years ago)
- Last Synced: 2024-10-04T13:33:00.439Z (about 1 month 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
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!!!