This project contain two .net6 project server app GetUserInfoService and client app GetUserInfoClientGRPC.
.Net6 should be install in machine.
Clone the application.
To run the server app, Goto folder
GetUserInfoServiceand rundotnet run.
To run the client app, Goto folder
GetUserInfoClientGRPCand run the commanddotnet run.