Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 483 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 483 Bytes

GetUserInfoGRPC

This project contain two .net6 project server app GetUserInfoService and client app GetUserInfoClientGRPC.

Prerequisites

.Net6 should be install in machine.

How to run the application

Clone the application.

To run the server app, Goto folder GetUserInfoService and run dotnet run.

To run the client app, Goto folder GetUserInfoClientGRPC and run the command dotnet run.