compile, build, and run a grpc service. Starting from a simple proto file, this repo shows how a simple grpc server and client can be wriiten using bazel grpc rules.
install bazel
When you have installed bazel in your system, run:
bazel run //examples:server
Modify the examples
as per your requirements.