AspireApp is a sample application demonstrating how to build and run a .NET Aspire project — Microsoft’s opinionated, cloud‑ready application model for .NET.
This project serves as a practical starting point for exploring .NET Aspire and its approach to:
- Structuring distributed applications
- Integrating multiple services
- Managing configuration for cloud‑native environments
- Provide a minimal yet functional Aspire setup
- Help developers understand how Aspire organizes projects and connects components
- Offer a foundation that can be cloned, run, and extended for learning or prototyping
- .NET 8 SDK
- Basic understanding of .NET application development
- Clone the repository:
git clone https://github.com/NoBeard-Code/AspireApp.git cd AspireApp