This project work with Stripe api for Nodejs. Go to http://stripe.com/ for more information
- mongodb
- node.js
- account on Stripe.js (for your test purchases)
- connect-mongo
- express cookie
- nodemon
Before running the app, you should login to http://stripe.com/ and copy paste publishable key to checkout.js .
- npm install
- add stripe test key to checkout.js file (publishable not secret key for sender identification)
- npm start / nodemon server.js (if you have nodemon installed)
- open browser at
http://localhost:3000