https://github.com/0x1luffy/payme
PayMe: MERN-based app for seamless online payments. Send money, track balances, and view transaction histories effortlessly. Enjoy hassle-free transactions!
https://github.com/0x1luffy/payme
mern-paymet-app mern-project-ideas online-payments-app payment-app paymetgateway paytm paytm-clone
Last synced: 4 months ago
JSON representation
PayMe: MERN-based app for seamless online payments. Send money, track balances, and view transaction histories effortlessly. Enjoy hassle-free transactions!
- Host: GitHub
- URL: https://github.com/0x1luffy/payme
- Owner: 0x1Luffy
- Created: 2024-03-07T18:43:06.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-27T12:20:25.000Z (5 months ago)
- Last Synced: 2024-12-27T13:23:48.682Z (5 months ago)
- Topics: mern-paymet-app, mern-project-ideas, online-payments-app, payment-app, paymetgateway, paytm, paytm-clone
- Language: JavaScript
- Homepage: https://pay-me-rho.vercel.app
- Size: 5.05 MB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PayMe
PayMe is a comprehensive MERN (MongoDB, Express.js, React.js, Node.js) application designed to emulate online payment functionalities similar to leading platforms like Paytm. With PayMe, users can effortlessly send money to friends and other users, view transaction histories, and track account balances before and after transactions. Experience seamless online transactions with PayMe.
![]()
## Setup Instructions
Follow these steps to set up PayMe locally:
1. Prerequisites:
- Node.js and npm installed on your machine
- MongoDB installed and running locally2. Installation:
- Clone the repository to your local machine:
```bash
git clone https://github.com/your-username/payme.git
```- Navigate to the project directory:
```bash
cd payme
```- Install server dependencies:
```bash
npm install
```- Navigate to the client directory:
```bash
cd client
```- Install client dependencies:
```bash
npm install
```3. Running the Application:
- To start the backend, run:
```bash
node index.js
```- To start the frontend, run:
```bash
npm run dev
```- Visit `http://localhost:3000` in your web browser to access the PayMe application.