Skip to content

paypay/paypay-sample-ecommerce-backend-node

Repository files navigation

NodeJS based backend for PayPay Sample E-Commerce Web application

This is a NodeJS based backed implementation for the PayPay Sample E-Commerce Web application which utilizes PayPay's SDK.

Install required libraries

$ npm install
$ npm run build

Add API Keys to the environment

$ export API_KEY="REPLACE_WITH_YOUR_API_KEY"
$ export API_SECRET="REPLACE_WITH_YOUR_SECRET_KEY" 
$ export MERCHANT_ID="REPLACE_WITH_YOUR_MERCHANT_ID"

Run local Node server

$ npm start

You should now have the API server running on http://localhost:5000

Run on Heroku

Deploy

About

PayPay Sample Ecommerce Backend

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published