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

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

Awesome Lists containing this project

README

        

Uzum integration with NodeJS

project-image

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-integration

UZUM_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