This is a simple solution with a Web API called apiservice
which uses RabbitMq
, and the webfrontend
which is a simple Blazor web app. These 3 can be run together automatically with .NET Aspire (see the section Setup
below).
- ✔️ .NET 8
- ✔️ Aspire
- ✔️ Docker Support
- ✔️ RabbitMq
- .NET SDK 8+
- Docker
Install all the requirements and just run the Holtz.AspireStarter.AppHost project
- Add tests
- Add CI to build and run tests