Skip to content

pydemic/health_board

Repository files navigation

HealthBoard

Test badge Coverage Status

Development using docker

Build the development image:

docker-compose -f .misc/docker/dev/build.yml build

Start the services:

docker-compose -f .misc/docker/dev/docker-compose.yml up -d

Access health_board service:

docker-compose -f .misc/docker/dev/docker-compose.yml exec health_board bash

Preparing the system

Use:

mix setup

Start the development server

Use:

mix start