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
GetUserInfoService
and rundotnet run
.
To run the client app, Goto folder
GetUserInfoClientGRPC
and run the commanddotnet run
.