https://github.com/whiteducksoftware/dotnet-aspire-demo
https://github.com/whiteducksoftware/dotnet-aspire-demo
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/whiteducksoftware/dotnet-aspire-demo
- Owner: whiteducksoftware
- Created: 2024-02-01T16:15:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-07T08:08:10.000Z (over 2 years ago)
- Last Synced: 2024-02-08T01:25:25.061Z (over 2 years ago)
- Language: HTML
- Size: 239 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotnet Aspire Demo
This is a demo project for Dotnet Aspire. It demonstrates how Aspire wires up a weather forecast api with an Angular frontend and connects it to a Azure Blob Storage.
## Prerequisites
- [Docker Desktop](https://www.docker.com/products/docker-desktop)
- [Dotnet 8.0](https://dotnet.microsoft.com/download/dotnet/8.0)
- [Dotnet Aspire](https://learn.microsoft.com/en-us/dotnet/aspire/fundamentals/setup-tooling?tabs=dotnet-cli#install-net-aspire)
- [Node.js](https://nodejs.org/en/)
- [Angular CLI](https://angular.io/guide/setup-local)
## Getting Started
1. Clone the repository
2. Use your own Azure Blob Storage service uri in the `DotnetAspireDemo.AppHost/appsettings.json` file. Authenticate with your Azure account using the Azure CLI.
3. Open the project in Visual Studio Code
4. Open the terminal and run
```ps1
dotnet run --project DotnetAspireDemo/DotnetAspireDemo.AppHost
```