Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 404 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 404 Bytes

PayTm clone

Final Output

Getting Started

Follow the steps below to set up and run both the backend and frontend locally.

How to Run the App Locally

  1. Clone the repository onto your machine:
      git clone <repository-url>
      cd Backend/
        npm install
        npm run dev
    
      cd Frontend/
        npm install
        npm run dev