This repository is made as an example for my GRPC work.
You can follow the steps below to start the Server application.
Server application runs on port 5001
cd grpc-workspace/Server/
dotnet run
You can follow the steps below to start the Client application.
The client application reads on port 5001
cd grpc-workspace/Client/
dotnet run