Node/Express/MongoDB-based web app for registering attendees of each CRB meeting and choosing a raffle winner.
Install dependencies:
- Node
- npm
npm install -g coffeescript- MongoDB (macOS/Homebrew directions here)
brew updatebrew install mongodbmongod --config /usr/local/etc/mongod.conf
npm installcoffee app.coffeeVisit http://localhost:3000