https://github.com/samarbadriddin0v/payme-uz-integration-nodejs
Payme.uz and NodeJS integration example
https://github.com/samarbadriddin0v/payme-uz-integration-nodejs
example-integration express-js integration mongodb node-js payme payme-integration payme-uz
Last synced: 6 months ago
JSON representation
Payme.uz and NodeJS integration example
- Host: GitHub
- URL: https://github.com/samarbadriddin0v/payme-uz-integration-nodejs
- Owner: samarbadriddin0v
- Created: 2024-11-16T05:49:02.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-03T08:36:53.000Z (6 months ago)
- Last Synced: 2024-12-03T09:33:12.940Z (6 months ago)
- Topics: example-integration, express-js, integration, mongodb, node-js, payme, payme-integration, payme-uz
- Language: JavaScript
- Homepage:
- Size: 21.5 KB
- Stars: 34
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Payme.uz integration with NodeJS
The integration of Payme.uz a popular payment processing platform in Uzbekistan with a tech stack comprising Node.js Express.js and MongoDB allows you to build a robust and scalable payment system for your web application. This integration enables seamless handling of payment transactions including initiating payments processing callbacks and verifying transactions.
🚀 Demo
[https://youtu.be/9yaQU\_aPZ7c?si=XhBwFbpvrKm6tjRB](https://youtu.be/9yaQU_aPZ7c?si=XhBwFbpvrKm6tjRB)
🛠️ Installation Steps:
1. Install packages
```
npm install
```2. Setup .env file
```
PAYME_MERCHANT_KEY=
PORT=4040
CLIENT_URL=http://localhost:3000
MONOGO_URI=mongodb://localhost:27017/payme
```3. Start the app
```
npm run dev
```
💻 Built with
Technologies used in the project:
* NodeJS
* ExpressJS
* MongoDB