ChadiEM / banksim

A nodejs bank simulator

Home Page:http://banksim.nodejitsu.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

This project is a bank simulator that is build on top of node.js.

Installation

On Ubuntu, clone this repository then run the install script.

./install

Run

You should make sure that mongo is running:

mongod

Next, use the run script:

./src/run

Finally, visit http://127.0.0.1:5000/ and test the application.

Documentation

Commented source code is available under docs/docco. To access it, open docs/docco/server.html inside your browser.

If you which to generate yourself documentation, first install coffescript:

npm install coffee-script docco codo

Then run:

cake docs

About

A nodejs bank simulator

http://banksim.nodejitsu.com/


Languages

Language:CoffeeScript 77.4%Language:JavaScript 20.2%Language:Shell 2.4%