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 update
brew install mongodb
mongod --config /usr/local/etc/mongod.conf
-
npm install
-
coffee app.coffee
-
Visit http://localhost:3000