Skip to content

NestJS Microservice gRPC: API Gateway, Authentication, Product and Order services

Notifications You must be signed in to change notification settings

duy-lee/nestjs-grpc-microservice

Repository files navigation

Description

Nest Microservice gRPC.

Install protoc

Use Protobufs as part of our toolchain so you need to grab a release from upstream before you can create a project. On macOS you can do this with just brew install protobuf, if you'd like. On Linux try to do the following:

$ cd ./~
$ export PROTOBUF_VERSION=3.11.4
$ curl -sOL "https://github.com/google/protobuf/releases/download/v${PROTOBUF_VERSION}/protoc-${PROTOBUF_VERSION}-linux-x86_64.zip" && \
$ unzip protoc-*.zip              && \
$ mv bin/protoc /usr/local/bin    && \
$ mv include/* /usr/local/include && \
$ rm -f protoc-*.zip

Documentation & Guides

API Gateway

Services

About

NestJS Microservice gRPC: API Gateway, Authentication, Product and Order services

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published