Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 417 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 417 Bytes

EspressoShop

This repository holds an example composed of the following microservices:

  • Web - ASP.Net Core MVC microservice that aggregate data from both ProductCatalog and Reviews services
  • ProductCatalog - ASP.Net Core microservice that contains all the product information exposing via RESTful APIs
  • Reviews - ASP.Net Core microservice that contains all the reviews for the products exposing via RESTful APIs