https://github.com/webdevsimplified/node.js-stripe-shopping-cart
Example integration of Stripe's Checkout API into a Node.js application
https://github.com/webdevsimplified/node.js-stripe-shopping-cart
express nodejs shopping-cart stripe stripe-checkout stripe-payments
Last synced: about 2 months ago
JSON representation
Example integration of Stripe's Checkout API into a Node.js application
- Host: GitHub
- URL: https://github.com/webdevsimplified/node.js-stripe-shopping-cart
- Owner: WebDevSimplified
- Created: 2018-12-07T03:30:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-08-24T00:58:10.000Z (almost 3 years ago)
- Last Synced: 2025-04-23T07:58:11.643Z (2 months ago)
- Topics: express, nodejs, shopping-cart, stripe, stripe-checkout, stripe-payments
- Language: HTML
- Size: 11.8 MB
- Stars: 123
- Watchers: 6
- Forks: 113
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node.js Stripe Shopping Cart
In this repository you will find all the code for setting up Stripe payments with a shopping cart. The HTML and CSS for this project is from my free Introduction to Web Development course. The code for that course can be found [here](https://github.com/WebDevSimplified/Introduction-to-Web-Development) and the video walk-through can be found [here](https://www.youtube.com/watch?v=HfTXHrWMGVY&list=PLZlA0Gpn_vH-cEDOofOujFIknfZZpIk3a).
There is also a full video walk-through of this shopping cart available [here](https://youtu.be/mI_-1tbIXQI).