GitXplorerGitXplorer
h

Charity-Campaign

public
4 stars
2 forks
10 issues

Commits

List of commits on branch master.
Unverified
82a6614f2231714aee3f99501307d98a775de9f1

tagged release 0.0.2. updated bonus calcs

hhross committed 13 years ago
Unverified
a4ea3b0dcd93b858137bea90f74e30ca9924149a

added option to auto calculate bonuses or not

hhross committed 13 years ago
Unverified
0eed2ddaf2a9352fa339b6891e2fbeec997fea9c

Lowercase email for correct gravatar string.

hhross committed 13 years ago
Unverified
50ac3e46ae9cc4a67945785b5c2fdd2cc41a7472

fixed user login issues and account updates in import

hhross committed 13 years ago
Unverified
6db43cee2828657a4b6e893e450a39960548b519

Fixed account add on create.

hhross committed 13 years ago
Unverified
6e31355ebb80df824b8507704f19045602160a21

small fixes to UI

hhross committed 13 years ago

README

The README file for this repository.

Charity Campaign is a node.js web application for submitting and viewing charity drive data.

Installation

  1. Install node.js.
  2. Clone this repository from git.
  3. Run npm install to install dependencies.
  4. Install/configure mongodb.
  5. Run the application using node: node app.js
  6. Navigate to the application home page and follow the instructions provided.

About

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.