BILLER It is MERN Stack application for online bill payment with payment methods like PayPal and Stripe. To run it locally : git clone https://github.com/sank2000/Biller.git cd Biller npm i cd api && npm i && cd .. cd app && npm i && cd .. node server.js cd app && npm start Also u can test this web app using following credentials: For Owner owner1@biller.com password For Customer customer1@biller.com password © sank2000