A simple tool for keeping a headcount of a room. Also includes graphs displaying average room occupancy.
First make sure you have Node.js, PostgreSQL, and bower.
Follow the following steps:
npm installbower install- Copy the
.env.samplefile to.env. This file contains environment variable definitions which are loaded on startup. NOTE: the environment variableDATABASE_URL, if set, superseeds other database configurations (for heroku support). - Edit the
.envfile to reflect your database connection.
Then, execute db/schema.sql to create the schema. I know, this is a bit wonky, migrations will be added
later if needed.
npm start or node ./bin/www, either one
There are currently no tests... but maybe some coming soon?