A simple Node.js application with React frontend for making payments with Razorpay
- Payment gateway using Razorpay API
$ 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