Skip to content

eputnam/health-check-server

Repository files navigation

health-check-server

We're building a backend for team health checks in golang!

Create a config file

Copy [config.sample.yaml] to config.yaml and adjust options accordingly.

cp config.sample.yaml config.yaml

Run the server

Run this command in the project root

go run ./main.go

Docker

The server

Build the Docker image (optionally set TAG, defaults to latest)

TAG=my-tag make server-build

Run the Docker container (optionally set TAG, defaults to latest)

TAG=my-tag make server-run

PostgreSQL

You can run a local PostgreSQL server with these make targets:

make db-run
make db-stop

About

go server for a team health check app!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published