# README
Description
Repositories
- https://github.com/ErwinSalas/go-grpc-product-svc - Product SVC (gRPC)
- https://github.com/ErwinSalas/go-grpc-order-svc - Order SVC (gRPC)
- https://github.com/ErwinSalas/go-grpc-auth-svc - Authentication SVC (gRPC)
- https://github.com/ErwinSalas/go-grpc-api-gateway - API Gateway (HTTP)
- https://github.com/ErwinSalas/k8s-microservices - Terraform scripts bootstrap all the microservices
Installation
$ make proto
Running the app
# development
$ make server
Authors
- Kevin Vogel
- Main microservice design
- Blog Post Microservices with Go, gRPC, API Gateway, and Authentication | by Kevin Vogel
- Erwin Salas
- Code Refactor
- Containerization
- Kubernetes
- Terraform scripts