node-stripe-charge
v1.0.0
Published
stripe integration with node and express
Downloads
8
Maintainers
Readme
Node + Stripe + Express
This is a template for you to use in your own project for processing one-time Stripe charges. Follow the directions below to get started quickly. You will obviously want to customize this template to meet your needs.
Quick Start
- Download -
git clone [email protected]:mjhea0/node-stripe-charge.git
- Install the dependencies -
cd node-stripe-charge && npm install
- Add Stripe Keys as env variables (see _config.js)
- Run
mongod
in a seperate terminal window - Run the app:
npm start
orgulp
The database is seeded with an admin user - username: [email protected] / password: admin
Tests
- Run -
gulp test
and/oristanbul cover _mocha -- -R spec
Todo
- Refactor passport
- Update user profile page.
- Update admin page. Add charts, graphs, sortable table(s), etc.
- Add more tests.
- Handle erros better.
- Add more products. Add ability for admins to add products.
- Add transaction emails via mailgun.
- Use Bower for managing dependencies.
- Fix message flashing.
Changelog
- 04/23/2015 - major refactor
- 03/11/2015 - updated to Express 4.x