Skip to content

juliocesarscheidt/grpc-blog-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gRPC Blog API with MongoDB

This is a simple gRPC API to expose operations with Blogs, made with Golang and persisting the data on MongoDB.

Up and Running

docker-compose up -d mongo
docker-compose logs -f --tail 50 mongo

docker-compose up -d --build blog
docker-compose logs -f --tail 50 blog