Skip to content

omdxp/mongo-grpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blogs service

a sample of CRUD service for blogs with gRPC

run mongodb

  1. create /data/db directory
mkdir -p /data/db
  1. 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.

About

blogs service with gRPC and mongodb

Topics

Resources

Stars

Watchers

Forks