Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RahulJadhav26 authored Aug 12, 2020
1 parent ce0c4fe commit 1de013c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,15 @@ This payment portal is has Stripe as well as Paytm Portal integrated with a basi
NOTE:- Find config folder in /client/server/config.js and Input your Paytm MID and Merchant Key which can be found here(https://dashboard.paytm.com/next/get-started).Similarly for Stripe Payment key find your keys here(https://dashboard.stripe.com/test/apikeys)

This also has a basic front-end Environment set which can be used to design your own website as per your wish without bothering to handle the integration of payment portal to your new website.

### Starting your Website

->Change your directory to "client" folder
->Run command "npm run serve" at terminal
->Website will run on 'http://localhost:8080'

### Starting Server

->Change your directory to server found in /client folder
->Run command "nodemon index.js" in your terminal
-> Server will run on http://localhost:5001

0 comments on commit 1de013c

Please sign in to comment.