a basic prototype for different levels of user auth
Dependencies: Node.js 4+, npm, MySQL
$ npm install sails -g
Install Sails API server dependencies
$ npm install
Run API server
$ sails lift
Load ./demo/index.html via server or directly from file into browser
Dependencies: Node, npm
$ npm install bower -g
Install presentation
$ bower install
Run presentation
Load ./index.html via server or directly from file into browser