Skip to content

A basic docker-compose setup with gRPC, http server and mongodb.

Notifications You must be signed in to change notification settings

rishisuresh7/grpc-mongo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gRPC-mongo-app

A basic grpc-http-mongo application for CRUD operations

Pre-requisites

- docker
- docker-compose
  • To run the application, configure the docker-compose file with your required config(such as PORT, IP, etc.).

  • Before building the images, compile and place the binaries from http and grpc into http-server and grpc-server respectively.

  • After placing the binaries, use the following cmd to run the images.

    • $ docker-compose up -d
  • Use curl -X GET http://localhost:$HTTP_SERVER_PORT/health to check application status.

About

A basic docker-compose setup with gRPC, http server and mongodb.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published