Skip to content

mixxen/stripe-node-bootstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stripe+Node+Bootstrap

An example app for accepting stripe payments with nodejs. Includes a sample bootstrap form. This app is for educational purposes only.

##Prerequisites

  • nodejs
  • npm
  • stripe test account

##Run Instructions

git clone https://github.com/mixxen/stripe-node-bootstrap.git
cd stripe-node-bootstrap
npm install
cp config-example.js config.js
vim config.js
node app.js
open http://localhost:3000

Test credit card number can be found here: https://stripe.com/docs/testing#cards

##Screenshot Alt text

##License MIT

About

An example app for accepting stripe payments with nodejs. Includes a sample bootstrap form.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published