English | 中文
A demo project based on .NET Aspire, showcasing how to orchestrate RustFS (High-performance S3-compatible object storage) and ASP.NET Core Web API.
- .NET 10
- .NET Aspire
- RustFS (S3-compatible object storage)
- Docker
-
Prerequisites: Ensure you have Docker Desktop and .NET 10 SDK installed.
-
Run the Project:
dotnet run --project src/RustFS.Demo.AppHost/RustFS.Demo.AppHost.csproj
-
Access Dashboard: After startup, open the Dashboard link output in the console (usually
http://localhost:15000) to manage and monitor services.
Run the following command to execute the test suite:
dotnet test