Skip to content
NodeJSApp for Credit card processing
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
public
routes
tests
views
.gitignore
README.md
app.js
nodejs.sql
package.json

README.md

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

You can’t perform that action at this time.