Skip to content

Arifpay-net/Nodejs-sample

Repository files navigation

Checkout single product

An Express server implementation

Requirements

How to run

  1. Confirm .env configuration

This sample requires a ARIFPAY_KEY and ARIFPAY_KEY in the environment variable.

Open .env and confirm ARIFPAY_KEY and ARIFPAY_KEY is set.

  1. Install dependencies
npm install
  1. Run the application
npm start
  1. If you're using the html client, go to localhost:4242 to see the demo.