Charity Campaign is a node.js web application for submitting and viewing charity drive data.
- Install node.js.
- Clone this repository from git.
- Run
npm install
to install dependencies. - Install/configure mongodb.
- Run the application using node:
node app.js
- Navigate to the application home page and follow the instructions provided.
My first "real world" application using node.js, mongodb and the Twitter bootstrap. A lot of the techniques/code were borrowed heavily from the express samples here.