Skip to content

ryehwa/ticketping-payment-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

payment

Accept a Payment

Build a simple checkout form to collect payment details. Included are some basic build and run scripts you can use to start up the application.

Running the sample

  1. Build the server
mvn package
  1. Run the server
java -cp target/sample-jar-with-dependencies.jar com.stripe.sample.Server
  1. Build the client app
npm install
  1. Run the client app
npm start
  1. Go to http://localhost:3000/checkout

About

ticketping-payment-client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published