https://github.com/ewliang/sellmybook-website
https://github.com/ewliang/sellmybook-website
ecommerce express-js express-server expressjs javascript landing-page node-js nodejs stripe stripe-api stripe-checkout stripe-payment website
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ewliang/sellmybook-website
- Owner: ewliang
- License: mit
- Created: 2018-08-10T02:57:13.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-11T23:04:32.000Z (almost 8 years ago)
- Last Synced: 2025-10-10T09:42:13.387Z (9 months ago)
- Topics: ecommerce, express-js, express-server, expressjs, javascript, landing-page, node-js, nodejs, stripe, stripe-api, stripe-checkout, stripe-payment, website
- Language: JavaScript
- Homepage:
- Size: 2.34 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SellMyBook-Website
This is a small project used for me to practice StripeJS.
# Author
[Eric Liang](https://www.github.com/ewliang)
# Setup
1. Add your publishable key and secret key from Stripe's development dashboard to the config/config.js file.
2. Run: npm install
3. Run: npm start
4. Now you can see your app running...
5. If you're developing, then do: npm run dev (this activates the nodemon command).
# Features
- Simple single product purchase.
# References
[https://stripe.com/docs/quickstart](https://stripe.com/docs/quickstart)