Skip to content

Simple project help to understand how to build micro-services in Go

Notifications You must be signed in to change notification settings

amalmadhu06/go-grpc-microservices

Repository files navigation

Microservices application written in Go

This is a simple application written it Go to help understand how to build microservices. It uses HTTP for communication between client and the API Gateway, and gRPC for communication between services. alt text

Create DB

psql postgres
CREATE DATABASE auth_svc;
CREATE DATABASE order_svc;
CREATE DATABASE product_svc;
\l
\q

About

Simple project help to understand how to build micro-services in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published