Skip to content

blue-health/blue-health-go-srv

Repository files navigation

Blue Health Go Service Template

The template for creating new Golang service for the Blue Health ecosystem.

badge badge badge

Purpose

This is the template - a starting point for creating new Golang services for our cluster.

Building

To build for you local architecture:

make build

To build for Linux x86-64:

make compile

To run standalone app:

make run

To run dockerized setup:

docker-compose up --build

Documentation

Authors