Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samarbadriddin0v/click-uz-integration-nodejs
Click.uz and NodeJS integration example
https://github.com/samarbadriddin0v/click-uz-integration-nodejs
click click-integration click-uz example express-js integration-example mongodb node-js
Last synced: about 1 month ago
JSON representation
Click.uz and NodeJS integration example
- Host: GitHub
- URL: https://github.com/samarbadriddin0v/click-uz-integration-nodejs
- Owner: samarbadriddin0v
- Created: 2024-11-21T19:55:16.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-21T20:15:12.000Z (about 2 months ago)
- Last Synced: 2024-11-21T20:35:24.739Z (about 2 months ago)
- Topics: click, click-integration, click-uz, example, express-js, integration-example, mongodb, node-js
- Language: JavaScript
- Homepage:
- Size: 0 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Click.uz integration with NodeJS
The integration of Click.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.
🛠️ Installation Steps:
1. Install packages
```
npm install
```2. Setup .env file
```
npm
```3. Start the app
```
PORT=4040
CLIENT_URL=http://localhost:3000
MONOGO_URI=mongodb://localhost:27017/click
CLICK_SECRET_KEY=
CLICK_SERVICE_ID=
CLICK_MERCHANT_ID=
CLICK_MERCHANT_USER_ID=
CLICK_CHECKOUT_LINK=https://my.click.uz
```
💻 Built with
Technologies used in the project:
* NodeJS
* ExpressJS
* MongoDB