/go-ms-template

Template for microservices applications in go

Primary LanguageGoApache License 2.0Apache-2.0

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