Skip to content

germancutraro/eBook-Stripe-Payment-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eBook Stripe Payment with Node.js

Simple Stripe app payment

Usage

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

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

Instalation

Install all dependencies

npm install

Run app

npm start

Built With

  • Node.Js
  • Express.Js
  • Stripe Service
  • Bootstrap

Author

germancutraro

Thanks to

Why

  • Practise