Skip to content

patharanordev/AutoQRKPaySandbox

Repository files navigation

Auto-Payment for K-Payment sandbox's ThaiQR

Installation

Clear old-dependencies :

rm -rf node_modules package-lock.json Gemfile.lock yarn.lock ios/Podfile.lock android/app/build

Install dependencies :

yarn

Pods install :

cd ios && (pod install || :) && cd ..

Usage

yarn android

# or
# yarn ios

Then to run all services, including websocket & kafka & web scrapping :

yarn start:server

Contribute