Minimal User Management Microservice in gRPC Go
- 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