Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.35 KB

File metadata and controls

35 lines (23 loc) · 1.35 KB

The Cashpoint app is mainly a simple project to play a bit with new technologies like nodejs, mongodb and nowjs and become more familiar with new HTML5 apis. By sharing this on github others may learn from what I'm learning, give feedback or perhaps even contribute things.

Attention:

This project is in its early beginnings and far from being done.

Setup:

In order to run this application you'll need node.js and mongoDB running on your system. This application is developed using version 0.6.3 of node.js, but it might as well run with an earlier version. Additionally I recommend using npm to easily install all required node modules.

Install dependencies via npm: npm install

If necessary make changes to config.json (which should be quite self-explanatory).

Then fire it up: node cashpoint.js

Used libraries:

on the server:

on the client