This is a sample ASP.NET Core application that uses Aspire.
The app consists of the Aspire AppHost along with a web api and a front-end React app.
To get started with this project locally follow the steps outlined below.
- Open the solution
MyRestaurantApi.slnin Visual Studio 2022 17.14 or later. - Set the startup project to be
MyRestaurantApi.AppHost. F5orCTRL-F5
cdto theMyRestaurantApi.AppHostdirectoryaspire runordotnet watch
- https://learn.microsoft.com/en-us/aspnet/core/test/http-files?view=aspnetcore-8.0
- https://devblogs.microsoft.com/visualstudio/web-api-development-in-visual-studio-2022/
- https://devblogs.microsoft.com/visualstudio/safely-use-secrets-in-http-requests-in-visual-studio-2022/
- https://learn.microsoft.com/en-us/connectors/custom-connectors/port-tunneling