https://github.com/samarbadriddin0v/uzum-integration-nodejs
Uzum and NodeJS integration example
https://github.com/samarbadriddin0v/uzum-integration-nodejs
example-integration express-js integration merchant-api nodejs uzum uzum-integartion-nodejs uzum-integration uzum-market
Last synced: about 1 month ago
JSON representation
Uzum and NodeJS integration example
- Host: GitHub
- URL: https://github.com/samarbadriddin0v/uzum-integration-nodejs
- Owner: samarbadriddin0v
- Created: 2024-12-07T05:40:08.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-07T17:38:52.000Z (6 months ago)
- Last Synced: 2025-04-23T13:29:38.320Z (about 1 month ago)
- Topics: example-integration, express-js, integration, merchant-api, nodejs, uzum, uzum-integartion-nodejs, uzum-integration, uzum-market
- Language: JavaScript
- Homepage:
- Size: 24.4 KB
- Stars: 41
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Uzum integration with NodeJS
The integration of Uzum a widely used e-commerce and payment platform in Uzbekistan with a tech stack comprising Node.js Express.js and MongoDB empowers you to create a dynamic and scalable payment system for your web application. This integration facilitates seamless management of payment processes including initiating transactions handling payment notifications and ensuring secure transaction verifications.
🛠️ Installation Steps:
1. Install packages
```
npm install
```2. Setup .env file
```
CLIENT_URL=http://localhost:3000
PORT=5000
MONGO_URL=mongodb://localhost:27017/uzum-integrationUZUM_USERNAME=
UZUM_PASSWORD=
UZUM_SERVICE_ID=
```3. Start the app
```
npm run dev
```
💻 Built with
Technologies used in the project:
* NodeJS
* ExpressJS
* MongoDB
* Uzum
* Uzum merchant API
* Uzum integration