Skip to content

OddBlueDog/HiveTempLockServer

Repository files navigation

HiveTempLockServer

Setup:

npm install
npm install pm2 -g
pm2 app.js

You will also need to make a .env file and put the following in. See hive.sql for table structure:

DB_HOST={{database host e.g. localhost}}
DB_USER={{database user}}
DB_PASS={{database password}}
DB_DATABASE={{database}}

For database and table structure see: hive.sql

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published