install node.js
install mongodb
npm install mongoose
npm install ejs
npm install socket.io
npm update
git clone https://github.com/chrismclaughlin55/new-lacc.git
Set up mongo: http://www.mkyong.com/mongodb/how-to-install-mongodb-on-mac-os-x/
Start mongo: brew services start mongodb
node app.js
To bypass admin page, comment out UserService.js:57, uncomment 58