Skip to content

thangchung/coffeeshop-aspire

Repository files navigation

The Coffeeshop Apps on .NET Aspire

The coffeeshop apps on .NET Aspire

Prerequisites

If you run on Windows 11:

> cargo install just
# https://cheatography.com/linux-china/cheat-sheets/justfile/

Get starting

> dotnet build coffeeshop-aspire.sln
> dotnet run --project app-host/app-host.csproj
# http://localhost:5019

Run with Justfile (cross-platform)

> just run

On Windows 11 - WSL2 Ubuntu 22 integrated, we can use Podman Desktop to replace Docker for Desktop, and run .NET Aspire normally. Check this blog post -> https://dev.to/thangchung/net-8-integration-tests-on-podman-desktop-windows-11-wsl2-ubuntu-23-4hpo

Run with Makefile (Ubuntu)

> touch .env
> make run
# http://localhost:5019

About

The coffeeshop apps on .NET Aspire

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages