Skip to content

Here's a step-by-step guide on building and deploying simple microservices using Go and Node.js, with respective Postgres databases. We'll use gRPC for communication, containerize each microservice and database using Docker, and deploy them to AWS ECR (Elastic Container Registry) using Docker Compose.

Notifications You must be signed in to change notification settings

gbengafagbola/microservice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

microservice

  • project /
  • |-- go-service /
  • | |-- main.go
  • | |-- Dockerfile
  • |-- node-service /
  • | |-- index.js
  • | |-- Dockerfile
  • |-- docker-compose.yml

About

Here's a step-by-step guide on building and deploying simple microservices using Go and Node.js, with respective Postgres databases. We'll use gRPC for communication, containerize each microservice and database using Docker, and deploy them to AWS ECR (Elastic Container Registry) using Docker Compose.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages