go-grpc-api-gateway icon indicating copy to clipboard operation
go-grpc-api-gateway copied to clipboard

Description

This repository is part of my article on Medium:
Microservices with Go, gRPC, API Gateway, and Authentication | by Kevin Vogel

Repositories

  • https://github.com/hellokvn/go-grpc-product-svc - Product SVC (gRPC)
  • https://github.com/hellokvn/go-grpc-order-svc - Order SVC (gRPC)
  • https://github.com/hellokvn/go-grpc-auth-svc - Authentication SVC (gRPC)
  • https://github.com/hellokvn/go-grpc-api-gateway - API Gateway (HTTP)

Installation

$ make proto

Running the app

# development
$ make server

Author