This project is a clone of the Paytm application, providing a platform for users to manage their finances, send money, and make online payments.
- User accounts: Create and manage user profiles.
- Balance management: View and track account balance.
- Send money: Transfer funds to other users.
- Payment gateway: Process online payments for goods and services.
- Secure authentication: Protect user accounts with password encryption and two-factor authentication.
- Install Node.js and npm:
- Download and install the latest version of Node.js from https://nodejs.org/.
- Navigate to the
backend
directory:cd backend
- Install dependencies:
npm install
- Navigate to the
frontend
directory:cd frontend
- Install dependencies:
npm install
- Start the server:
npm start
- Start the development server:
npm run dev
- Email: [email protected]