Skip to content

samarbadriddin0v/payme-uz-integration-nodejs

Repository files navigation

Payme.uz integration with NodeJS

project-image

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

🛠️ 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