/ebookseller

Node.js, Express Ebook sale using Stripe API

Primary LanguageHTML

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