Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 489 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 489 Bytes

GRPC Micro-Service Project Boilerplate

Sample architecture to get started with a grpc containerized microservices project.

Clone the entire sample using:

git clone <project url> --recurse-submodules

Then you can run all the sample services using:

docker-compose up --build

Contains samples off:

  • One python service
  • One node service
  • One react web client
  • One envoy grpc-web envoy gateway
  • One centralized messages repo
  • A grpc-common docker image