This project is added here for Demo.
Enables protocol buffer compiler to read gRPC Service definitions and translate REST JSON API into gRPC. Uses MongoDB.
Locally Start MongoDB or use Docker Compose Example: https://github.com/rsachdeva/illuminatingdeposits-grpc#start-mongodb
sh ./runmongo.shStart gRPC Server
go run ./cmd/serverStart REST Server
go run ./cmd/restserverRun gRPC Client to make gRPC Requests:
go run ./cmd/clientRun curl REST Client to make REST Http Requests:
sh ./runcurlrestclient.sh