Skip to content

flik/NodeJSApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

NodeJSApp for Credit card processing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published