tawsifalam / bkash_nodejs

Bkash payment implementation using node js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bkash payment implementation using node js

Installation

Tested on Node.js v14+.

First of all go to the project directory and rename env.sample with .env and enter your credentials

SECRET=YOUR_SECRET
KEY=YOUR_KEY
USERNAME=YOUR_USERNAME
PASSWORD=YOUR_PASSWORD

Install the dependencies and devDependencies and start the server.

$ cd $project_dir
$ npm install
$ npm start

About

Bkash payment implementation using node js


Languages

Language:JavaScript 90.0%Language:Pug 10.0%