This repository is part of my article on Medium:
Microservices with Go, gRPC, API Gateway, and Authentication | by Kevin Vogel
- https://github.com/heifetzwu/go-grpc-product-svc - Product SVC (gRPC)
- https://github.com/heifetzwu/go-grpc-order-svc - Order SVC (gRPC)
- https://github.com/heifetzwu/go-grpc-auth-svc - Authentication SVC (gRPC)
- https://github.com/heifetzwu/go-grpc-api-gateway - API Gateway (HTTP)
$ make proto
$ make server