Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 583 Bytes

README.md

File metadata and controls

47 lines (30 loc) · 583 Bytes

Ebook Seller App

Node.js/ Express app that uses the Stripe API to sell an ebook

Version

1.0.0

Usage

Create a config/keys_dev.js file and add....

module.exports = {
  stripePublishableKey:'_YOUR_OWN_PUBLISHABLE_KEY_',
  stripeSecretKey:'_YOUR_OWN_SECRET_KEY_'
}

Installation

Install the dependencies

$ npm install

Serve

To serve in the browser

$ npm start

App Info

Author

Brad Traversy Traversy Media

Version

1.0.0

License

This project is licensed under the MIT License