This application implements a very simple page for checking in and leaving a message.
With every check in, this application updates in real-time a dashboard page.
This application was built with Express framework (v. 2.5.8) running on Node.js (v.0.6.18).
It requires Redis to be installed.
Clone this repo, run:
npm install
then you start the server with:
./bin/devserver
And… yes! You’re all set to go.
In order to run the test suite for this application, you’ll need to execute:
./bin/test
Scripts stored under bin directory must have execution privileges granted.
Juan Maria Martinez Arce
INSIGNIA