Skip to content

bradtraversy/ebookseller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Node.js, Express Ebook sale using Stripe API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published