Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 309 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 309 Bytes

Whatsapp Bot 2.0

This is Mern stack Whatsapp bot System.

Backend

npm run server

Database

Config/keys.json, You have to change the mongoURL.

Frontend

cd client && npm start

Please change the api config : src/utils/api.js

baseURL: 'http://localhost:5000/api' => baseURL: 'Your website name/api'