Skip to content

tonychen427/poc-configuration-zpay

Repository files navigation

#zPay API Console

Install / Run

  • mvn clean
  • mvn install
  • mvn jetty:run

update maven to v3.3.9

  • $ brew update
  • $ brew unlink maven
  • $ brew install maven

UI Demo Framework (AngularJS / ReactJS)

API Console

Additional Info

  • public static final String gcm_url = "https://gcm-http.googleapis.com/gcm/send";
  • public static final String project_number = "43563062079"; //sender_id
  • public static final String api_key = "AIzaSyDpF8Xh3x9ujmRF_zzKclX8C8gF4HqvFmo";

Restful API

QRCode API

User API

POST JSON
{
    "firstname" : "Tony",
    "lastname" : "Chen",
    "username" : "tchen",
    "password" : "welcome123",
    "gender" : "male",
    "email" : "xxxx@gmail.com",
    "telephone" : "561-901-5698",
    "address" : "san jose",
    "registrationid": "xxxxxx",
    "qrcode": "xxxx"
}

Under construction - Build - Deploy

  • node ./src/main/webapp/bower_components/r.js/dist/r.js -o build.js

Android QR Scanner

https://www.numetriclabz.com/android-qr-code-scanner-using-zxingscanner-library-tutorial/

Andoird UI

http://sourcey.com/beautiful-android-login-and-signup-screens-with-material-design/ http://www.androidhive.info/2015/09/android-material-design-working-with-tabs/

About

QR Code Z-Pay

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published