An open API service indexing awesome lists of open source software.

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

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)