Skip to content

MatheusXavier/grpc-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Grpc sample

This is a simple project that implements dotnet grpc, basically we have two services: Basket and Product, inside the Basket service we have 3 features:

  1. We can get all items that are inside a basket
  2. We can add a new product inside a basket
  3. We can remove a product from a basket

When adding a new product to a basket, to ensure that it is a valid product, a call is madei via gRPC from the Basket service to the Product service, simple as that.

Running the project

It is necessary to start both services when running the project, for this you must:

  1. Click on the solution with the right mouse button and select option Configure Startup Projects...

Configure Startup Projects

  1. Select the Multiple startup projects and set the Action of the two projects to Start

Action Start Projects

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages