Skip to content

Latest commit

 

History

History

Holtz.AspireStarter

Holtz.AspireStarter

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

Requirements

  • .NET SDK 8+
  • Docker

Setup

Install all the requirements and just run the Holtz.AspireStarter.AppHost project

TO DO

  • Add tests
  • Add CI to build and run tests