This is a simple project to practice using Aspire.
- .NET SDK (version 10.0 or later)
- Docker or Rancher Desktop (for containerization)
- Clone the repository
- Make sure that the Docker or Rancher daemon is running
- From the root of the project, run the following command:
dotnet run --project AppHost/AppHost.csproj --launch-profile http- (Optional) You may also run the application with https, but this requires additional configuration in .NET.
- A mySQL database server hosted in a docker container.
- A mySQL database named
LetsBuild, populated with a few tables and some sample data.