Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chadiem/banksim
A nodejs bank simulator
https://github.com/chadiem/banksim
Last synced: 10 days ago
JSON representation
A nodejs bank simulator
- Host: GitHub
- URL: https://github.com/chadiem/banksim
- Owner: ChadiEM
- Created: 2012-05-29T15:40:58.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2023-01-15T22:35:30.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T13:59:28.816Z (7 months ago)
- Language: CoffeeScript
- Homepage: http://banksim.nodejitsu.com/
- Size: 1.53 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Introduction
============This project is a bank simulator that is build on top of [node.js](http://nodejs.org).
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
```