Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/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.
https://github.com/suissa/zapzapticket-backend

Last synced: about 1 month ago
JSON representation

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.

Awesome Lists containing this project

README

        

# WhatsApp Api Nest.js

[![Node.js CI](https://github.com/suissa/zapzapticket-nest/actions/workflows/nest.yml/badge.svg)](https://github.com/suissa/zapzapticket-nest/actions/workflows/nest.yml)

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

```bash
$ npm install
```

## Running the app

```bash
# docker
$ docker-compose up --build

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod
```