Skip to content

A simple Node.js application with React frontend for making payments with Razorpay

License

Notifications You must be signed in to change notification settings

RajatSablok/nodejs-razorpay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nodejs-razorpay

A simple Node.js application with React frontend for making payments with Razorpay

Features

  • Payment gateway using Razorpay API

Instructions to run

$ git clone https://github.com/RajatSablok/nodejs-razorpay.git
$ cd nodejs-razorpay
$ cd razorpay-backend
$ npm install

Create a .env file in this directory and add your 'RAZORPAY_KEY_ID' and 'RAZORPAY_KEY_SECRET' in it. You can get these from your Razorpay dashboard.

$ npm start
$ cd ..
$ cd razorpay-frontend
$ npm install
$ npm start

Contributors

License

License