SaintAngeLs / distributed_minispace

Microservices-based social network built with .NET8 and ASP .NET Core Blazor Server, following DDD principles. Provides a scalable solution for social media applications, utilizing CQRS, SignalR, .NET ML and event-driven architecture. Features include Choreographical Saga patterns, asynchronous messaging and distributed event sourcing.
https://itsharppro.com/products/distributed-astravent/
Apache License 2.0
9 stars 2 forks source link

[FEATURE] Implementation API Gateway Ocelot #367

Closed SaintAngeLs closed 1 month ago

SaintAngeLs commented 1 month ago

To run .net aspire dashbord container use:

docker pull mcr.microsoft.com/dotnet/nightly/aspire-dashboard:8.0.0-preview.4
docker run --rm -it -p 18888:18888 -p 4317:18889  mcr.microsoft.com/dotnet/nightly/aspire-dashboard:8.0.0-preview.4