Pulkitnj / Patym-MERN

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build a basic version of PayTM

PayTM

This is a basic version of PayTM, a digital payment platform using MERN Stack.

Description

This project aims to build a simplified version of PayTM, allowing users to perform basic payment transactions.

Features

  • User registration and login
  • Wallet balance management
  • Send money to other users
  • Request money from other users
  • Transaction history

Technologies Used

  • Docker
  • TailwindCss
  • JavaScript
  • React
  • Node.js
  • Express.js
  • MongoDB

Installation

  1. Clone the repository: git clone https://github.com/your-username/paytm.git
  2. Navigate to the project directory: cd paytm
  3. Install the dependencies: npm install
  4. Start the server: npm start
  5. Open your browser and visit: http://localhost:3000

Frontend (React)

To add frontend in React, follow these steps:

  1. Create a new React app in the project directory: npx create-react-app frontend
  2. Navigate to the frontend directory: cd frontend
  3. Start the React development server: npm start
  4. Open your browser and visit: http://localhost:3000

Future Development (Using Axios)

To use Axios for future development, follow these steps:

  1. Install Axios as a dependency: npm install axios
  2. Import Axios in your code: import axios from 'axios'
  3. Use Axios to make HTTP requests to your backend API

Usage

  1. Register a new account or login with your existing credentials.
  2. Add funds to your wallet.
  3. Send money to other users by entering their username and the amount.
  4. Request money from other users by entering their username and the amount.
  5. View your transaction history to track your payments.

Contributing

Contributions are welcome! If you find any bugs or have suggestions for improvement, please open an issue or submit a pull request.

About


Languages

Language:JavaScript 94.9%Language:CSS 3.1%Language:HTML 1.5%Language:Dockerfile 0.5%