Skip to content

mafik/KarmaBank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

KarmaBank

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

Android App (@mpawel)

TODO: screenshots & description of android app

QR Cheques

TODO: description of QR cheques

Desktop App (Łukasz)

TODO: screenshots & description of desktop app

Web App (@mafik)

TODO: screenshots & description of website

Architecture

Architecture

Directory Structure

/MySQL       - MySQL structure, data & scripts
/WebService  - Java WebService implementatian
/Android     - Android WebService client
/Desktop     - Desktop Application
/Node        - Website & REST API server

SOAP API (Łukasz)

Provided by Java WebService

TODO: detailed api description

REST API (@mafik)

TODO: detailed api description

Server

Setup:

cd Node && npm install

Running (inside /Node):

node app.js

About

Web service that allows people to exchange Karma both in the internet and in the real life through QR codes.

Resources

Security policy

Stars

1 star

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors