blogs service
a sample of CRUD service for blogs with gRPC
run mongodb
- create
/data/db
directory
mkdir -p /data/db
- run mongodb
mongod --dbpath /data/db
run server
make server
run client
make client
(optional) run evans CLI
evans -p 50051 -r
Basically with evans CLI you can talk to the service directly and get info or even make rpc calls within the REPL.