First step:
Install all package dependencies from NPM
npm installSecond step:
After installing packages, then create ".env" file in root of the project and put this variable in the file
APP_PORT = 3000Third step:
Run the bot
npm startApple mobile
[GET] /api/category/mobile/appleSamsung mobile
[GET] /api/category/mobile/samsungXiaomi mobile
[GET] /api/category/mobile/xiaomiNokia mobile
[GET] /api/category/mobile/nokiaHuawei mobile
[GET] /api/category/mobile/huaweiHonor mobile
[GET] /api/category/mobile/honorMsi laptop
[GET] /api/category/laptop/msiLenovo laptop
[GET] /api/category/laptop/lenovoHP laptop
[GET] /api/category/laptop/hpAsus laptop
[GET] /api/category/laptop/asusAcer laptop
[GET] /api/category/laptop/acerMac laptop
[GET] /api/category/laptop/appleApplication
[GET] /api/category/software/appGame
[GET] /api/category/software/gameSecurity
[GET] /api/category/software/securityOS
[GET] /api/category/software/os


