Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-08-24T00:58:10.000Z (over 2 years ago)
- Last Synced: 2024-04-25T00:18:03.287Z (9 months ago)
- Topics: express, nodejs, shopping-cart, stripe, stripe-checkout, stripe-payments
- Language: HTML
- Size: 11.8 MB
- Stars: 119
- Watchers: 7
- Forks: 111
- 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).