✅ Múltiplos atendentes - 1 número, vários usuários + Múltiplas instâncias Localhost - SUPORTE 15 99856-6622 (wa.me/5515998566622)
👉 INSTRUÇÕES BÁSICAS:
1- DOWNLOAD DO GIT, NODE, NOTEPAD++ E XAMMP
2- CRIAR O BANCO DE DADOS
git clone https://github.com/canove/whaticket/ whaticket1
cd backend
npm install
npm run build
npx sequelize db:migrate
npx sequelize db:seed:all
npm start
cd frontend
npm install
NODE_ENV=
BACKEND_URL=http://localhost
FRONTEND_URL=http://localhost:3000
PROXY_PORT=8080
PORT=8080
DB_DIALECT=mysql
DB_HOST=localhost
DB_USER=root
DB_PASS=
DB_NAME=whaticket1
JWT_SECRET=
JWT_REFRESH_SECRET=
REACT_APP_BACKEND_URL = http://localhost:8080/
git clone https://github.com/canove/whaticket/ whaticket2
cd backend
npm install
npm run build
npx sequelize db:migrate
npx sequelize db:seed:all
cd frontend
npm install
NODE_ENV=
BACKEND_URL=http://localhost
FRONTEND_URL=http://localhost:3001
PROXY_PORT=8081
PORT=8081
DB_DIALECT=mysql
DB_HOST=localhost
DB_USER=root
DB_PASS=
DB_NAME=whaticket2
JWT_SECRET=
JWT_REFRESH_SECRET=
REACT_APP_BACKEND_URL = http://localhost:8081/
PORT=3001