Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 593 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 593 Bytes

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