eShopOnContainers
eShopOnContainers copied to clipboard
Cross-platform .NET sample microservices and container based application that runs on Linux Windows and macOS. Powered by .NET 7, Docker Containers and Azure Kubernetes Services. Supports Visual Studi...
Updating nuget packages and scripts: and fix serilog errors
I'm completely new to microservice. When I checking this project . Everything available for the Microservice such as gateway, services and web in single solution. But individual domain suppose Basket...
As @ravividap stated in issue #1957 an open issue in grpc-dotnet repo prevents models/messages validation for Update Basket service due to open issue https://github.com/grpc/grpc-dotnet/issues/741. I keep this issue only open,...
I am seeing this code in which the status of an order is changed. Then handle in the application layer is this: ``` public async Task Handle(ShipOrderCommand command, CancellationToken cancellationToken)...
Removed duplicate calls to basket service's getbasket method.
When showing the basket content of a user by clicking on his card the view /Card/Index is invoked which requires as View Output to the model variable a basket. Hence...
I'm trying to deploy eShopOnContainers to AWS T2.micro/T3.micro instances. My sqldata Docker container takes >1.3 GB RAM, so I need to split sqldata into 3 different instances of MS SQL...
I want to deploy all Microservices Docker images to Azure Container Registry (ACR) or Azure Kubernetes Service (AKS) using Azure Devops Pipeline. All the services should be able to talk...