ummsgo

Minimal User Management Microservice in gRPC Go

GPL-3.0 License

Stars
0
Committers
2

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