##How to start the project locally:
Clone the repo:
git clone https://github.com/rishabhdwivedii/paytm-clone
Install dependencies:
npm install
Create and insert your postgres database and google OAuth credentials in their respective .env files.
Run the project:
npm run dev
NOTE: The user-app is hosted on localhost:3001. The merchant app is work in progress and hosted on localhost:3000. The bank-webhook is hosted on localhost:3002.


