dindasigma / go-microservices-example

My learning path to learn Microservices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-microservices-example

Microservices implementation with Go, gRPC, Docker, PostgreSQL, and NSQ.

alt text

Generate Protobuf

cd proto
sh users-gen.sh

Run

$ make run

Ports

  • App: http://localhost:8080
  • Postgre Admin: http://localhost:4171
  • NSQ Admin: http://localhost:5050

About

My learning path to learn Microservices


Languages

Language:Go 93.9%Language:Shell 2.9%Language:Dockerfile 2.5%Language:Makefile 0.7%