Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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!!!