Skip to content

liuwei108/CarStoreWeb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CarStoreWeb

Demo web project for illustrating Paypal Express Checkout through Braintree SDK.

Live Demo

Sandbox test account

[email protected] / 12345678

Android integration demo

CarStoreApp

Run this webapp on the local machine

  1. make sure Java 8 installed
  2. download carstore.jar
  3. run java -jar carstore.jar --server.port=8080
  4. access http://localhost:8080

if port 8080 is used, change to other port number in server.port

Technology

This demo uses:

Frontend

  • Javascript (Typescript)
  • Angular 5.2.0
  • Angular Material 5.1.0
  • PayPal checkout.js library
  • braintree-web JavaScript SDK 3.25.0

Backend

Source code diagram

Usage of Braintree's Client JavaScript SDK is in

/frontend/src/app/components/checkout.component.ts

Usage of Braintree's Server Java Library is in

/src/main/java/com/wondercars/store/braintree/BrainTreeService.java

diagram

About

Demo web project for illustrating Paypal Express Checkout through Braintree SDK.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors