nodejs-razorpay icon indicating copy to clipboard operation
nodejs-razorpay copied to clipboard

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

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