Easy Setup Headless multi session Whatsapp Gateway with NodeJS
- Bulk Message
- AutoReply Message
- Single message sender
Laravel 10
To run this project, you will need to add the following environment variables to your .env file
// .env laravel
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE={yourdb}
DB_USERNAME={yourusername}
DB_PASSWORD={yourpassword}
// .env nodejs
PORT=5001 // which port to running on your machine
KEY=mysupersecretkey # For Securing Some Data
DB_HOST={localhost}
DB_USER=r{youruser}
DB_PASSWORD={yourpassword}
DB_NAME={yourdbname}
Clone the project
clone this repo
Go to the project directory
cd whatsapp-gateway
Composer update
composer update
Install dependencies
npm install
Start the server
npm run start
Open On Browser & add device
http://localhost/whatsapp-gateway/public/login