GitXplorerGitXplorer
h

Charity-Campaign

public
4 stars
2 forks
10 issues

Commits

List of commits on branch master.
Unverified
a07cb152b2e7f69ba0076780eb3c36bc849337a1

fixed bonus alpha sort and office submit problems

hhross committed 13 years ago
Unverified
176f0cded2b1821ea2d817893e6105a3f54f95e1

added order to offices

hhross committed 13 years ago
Unverified
bf98441fd027148947ffc1a9b58f8dea3d596846

show item types in alpha sort

hhross committed 13 years ago
Unverified
0b28332e95abf1d02ac527a74426eac3061cf221

Merge pull request #70 from nanek/bonus

hhross committed 13 years ago
Unverified
6463ccb542a1d0a12f528097e1588e9901330cdf

refactor of bonus create

nnanek committed 13 years ago
Unverified
8ea4ff4f37fcb818c427e0ca0b7abee074cbe7b1

removed saving of password2 to db

nnanek 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.