Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/suissa/zapzapticket-backend
- Owner: suissa
- Created: 2023-12-21T17:47:59.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-20T22:33:24.000Z (about 1 year ago)
- Last Synced: 2024-10-30T01:45:25.794Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 601 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```