suissa / zapzapticket-backend

This project aims to be a proof of concept of a mini CRM for WhatsApp. For this, we will use the Evolution API, which is a Facade that exposes functions for interacting with WhatsApp. Therefore, we need to install it first so go to Evolution repository and follow its steps.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WhatsApp Api Nest.js

Node.js CI

This project aims to be a proof of concept of a mini CRM for WhatsApp. For this, we will use the Evolution API, which is a Facade that exposes functions for interacting with WhatsApp. Therefore, we need to install it first so go to Evolution repository and follow its steps.

https://github.com/EvolutionAPI/evolution-api

Installation

$ npm install

Running the app

# docker
$ docker-compose up --build

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

About

This project aims to be a proof of concept of a mini CRM for WhatsApp. For this, we will use the Evolution API, which is a Facade that exposes functions for interacting with WhatsApp. Therefore, we need to install it first so go to Evolution repository and follow its steps.


Languages

Language:TypeScript 99.2%Language:JavaScript 0.5%Language:Dockerfile 0.3%