A reference .NET application implementing an eCommerce web site using a services-based architecture.


ASP.NET and web development workload..NET Aspire SDK component in Individual components.dotnet workload update
dotnet workload install aspire
dotnet restore eShop.Web.slnf
[!WARNING]
Remember to ensure that Docker is started
eShop.Web.slnf file in Visual StudioeShop.AppHost.csproj is your startup projectHit Ctrl-F5 to launch Aspire
Or run the application from your terminal:
dotnet run --project src/eShop.AppHost/eShop.AppHost.csproj
then look for lines like this in the console output in order to find the URL to open the Aspire dashboard:
Now listening on: http://localhost:18848
The sample catalog data is defined in catalog.json. Those product names, descriptions, and brand names are fictional and were generated using GPT-35-Turbo, and the corresponding product images were generated using DALL·E 3.
For more information on contributing to this repo, please read the contribution documentation and the Code of Conduct.