A- Criar o banco de dados na Heroku
– Acessar via PGAdmin
– Criar duas tabelas
Respostas (ID, pergunta, resposta)
Contatos (ID, whatsapp, created at – timestamp with time zone)
B- Clonar o repositório WWPConnect
– git clone https://github.com/wppconnect-team/wppconnect.git – npm install
– npm install pg
C- Criar o arquivo app.js e pg.js (helpers)
D- Colar a solução
E- node app.js