.vscode | ||
Docker | ||
Extras | ||
instances | ||
public/images | ||
src | ||
views | ||
.dockerignore | ||
.DS_Store | ||
.eslintignore | ||
.eslintrc.js | ||
.gitignore | ||
.prettierrc.js | ||
app.json | ||
CHANGELOG.md | ||
docker-compose.yaml.example | ||
docker-compose.yaml.example.complete | ||
docker-compose.yaml.example.dockerhub | ||
Dockerfile | ||
LICENSE | ||
package.json | ||
Procfile | ||
README.md | ||
start.sh | ||
tsconfig.json |
Evolution Api
WhatsApp-Api-NodeJs
This project is based on the CodeChat. The original project is an implementation of Baileys, serving as a Restful API service that controls WhatsApp functions.
The code allows the creation of multiservice chats, service bots, or any other system that utilizes WhatsApp. The documentation provides instructions on how to set up and use the project, as well as additional information about its features and configuration options.
SSL
To install the SSL certificate, follow the instructions below.
Installation
Self-hosted (VPS)
For self-hosted installation, you will need a VPS with at least 2GB of RAM and 2vCPU. The installation process is simple, just follow the steps below. https://doc.evolution-api.com/help-center/articles/7/introduction#important-recomentations
We recommend using the Hetzner cloud service, which offers a 20 EUR credit for new accounts and helps the project with a small commission.
Heroku Button
Automatically deploy to Heroku with the button below. You will need to create a free account on Heroku to use this feature. Average cost of hosting on Heroku is $7/month.
For use heroku you need to use a MongoDB database, you can use MongoDB Atlas for free. Before deploying to Heroku, create a database and copy the connection string to DATABASE_CONNECTION_URI
environment variable.
Note
This code is in no way affiliated with WhatsApp. Use at your own discretion. Don't spam this.
This code was produced based on the baileys library and it is still under development.