go-grpc-user-service
A users grpc service for users.
It has two methods
GetUser :- Get user details by providing concerned userId.
GetAllUser :- Get details of All users.
Server Setup
It runs the server on localhost:8081
go run main.go
Client
GetUserbyId
go run client/client.go
Client
GetUserbyId
go run client2/clientGetUser.go