An open API service indexing awesome lists of open source software.

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!

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.


PayMe Logo

## Setup Instructions

Follow these steps to set up PayMe locally:

1. Prerequisites:
- Node.js and npm installed on your machine
- MongoDB installed and running locally

2. 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.