Skip to content

coco2023/Transaction_Sys

Repository files navigation

Please check Full-Stack-stripe-customer-checkout code Here: [Link]

This project is the order-checkout process using Stripe Payment.

Running the sample

  1. Build the server
mvn package

or:
npm init -y
npm install express stripe dotenv
npm install body-parser
npm install express
npm install
  1. Run the server
java -cp target/sample-jar-with-dependencies.jar com.stripe.sample.Server

or:
node Server.js
  1. Go to http://localhost:4242/product-details.html

  2. Demo:

    • product-details-page product-details-page
    • checkout-page checkout-page
    • successfully-checkout-page successfully-checkout-page
    • download-receipt download-receipt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published