zeroberto / go-ms-template

Template for microservices applications in go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-ms-template

Template for microservices applications in go

Initial configuration

chmod +x setup.sh
./setup.sh

Build and execution

Build

docker build -t go-ms-template .

Execution

docker-compose up

About

Template for microservices applications in go

License:Apache License 2.0


Languages

Language:Go 98.6%Language:Shell 1.4%Language:Dockerfile 0.0%