Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 687 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 687 Bytes

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