An Express server implementation
- Node v10+
- Configured .env file
- 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.
- Install dependencies
npm install
- Run the application
npm start
- If you're using the html client, go to
localhost:4242
to see the demo.