TripPay is an app the lets drivers split the cost of trips between passengers.
It was built as part of the BMW Hack The Drive hackathon on Jan 9-11th 2015 by Brendan Nee, Blossom Woo and Duncan Carroll
Install node.js and gulp
brew install node
npm install gulp -g
npm install
Copy config-sample.json to config.json and add your config settings.
Make sure mongo is running
mongod
Run the server
gulp develop
Open http://localhost:3000 in your browser
DEBUG=trippay gulp develop




