Skip to content

hyouteki/ummsgo

Repository files navigation

Minimal User Management Microservice in gRPC Go

Getting Started

  • Install necessary dependencies.
chmod +x setup.sh
sudo ./setup.sh
  • Compile the Protocol Buffer file to Go module.
protoc --go_out=./pb --go-grpc_out=./pb service.proto
  • Run the server-client setup.
chmod +x build.sh
sudo ./build.sh

Courtesy