This is a sample grpc service
This can be tested using postman.
Ref: https://learning.postman.com/docs/sending-requests/grpc/first-grpc-request/
Commands:
- make // This generates a folder named demo and creates contents of protobufs in it.
- go run main.go // Listens on port 9000 for requests. Optional:
- sh build.sh // creates a binary of this sample service
- docker tag name image-name
- docker push image-name