Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 584 Bytes

README.md

File metadata and controls

30 lines (17 loc) · 584 Bytes

NodeJSApp

NodeJSApp for Credit card processing

demo: http://128.199.236.127:4300/

This is a very basic application Node.js n mySQL.

Installation

*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

Configuration (database)

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