Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 455 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 455 Bytes

Grpc Microservice (.NET6)

This POC is built over microservices architecture which are intercommunicating over .NET Grpc (http2 protocol). For Authentication and Authorization, Identity Server 4 is used. The project includes 6 microservices:

  1. ProductService
  2. ProductWorkerService
  3. ShoppingCartService
  4. ShoppingCartWorkerService
  5. DiscountService
  6. IdentityServer

Tech Stack: C#, .NET6, gRPC, IdentityServer4, Automapper, EntityFrameworkCore.