Skip to content

samarbadriddin0v/click-uz-integration-nodejs

Repository files navigation

Click.uz integration with NodeJS

project-image

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