KarmaBank is a service that stores karma points associated with users' emails.
It is fully transparent - by using SOAP & REST API anyone can:
- check others karma
- graph incoming & outgoing karma for any account
- initiate karma transfers
- generate karma QR cheques - for real-life karma exchange
- generate karma transfer templates - for website buttons
TODO: screenshots & description of android app
TODO: description of QR cheques
TODO: screenshots & description of desktop app
TODO: screenshots & description of website
/MySQL - MySQL structure, data & scripts
/WebService - Java WebService implementatian
/Android - Android WebService client
/Desktop - Desktop Application
/Node - Website & REST API server
Provided by Java WebService
TODO: detailed api description
TODO: detailed api description
Setup:
cd Node && npm install
Running (inside /Node):
node app.js
