NodeJSApp for Credit card processing
demo: http://128.199.236.127:4300/
This is a very basic application Node.js n mySQL.
*for newbies : Clone or download zip to your machine then hit this :
npm install
You have to manually copy Paypal kit into modules
https://github.com/paypal/PayPal-node-SDK
app.js
host: 'localhost',
user: 'root',
password : 'root',
port : 3306, //port mysql
database:'nodejs'
You're gonna need to create a DB named 'nodejs' and import nodejs.sql