Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 322 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 322 Bytes

creamy-monitor

creamy-monitor simplifies monitoring of network-connected services.

Setup

# install dependencies
npm install

# change config
cp .env.example .env
vi .env # edit it to your liking

# start the DB
docker-compose up

# migrate
npm run knex migrate:latest

# start local server
npm run start