Whaticket - Backend

WPP Connect

Lib link: https://github.com/wppconnect-team/wppconnect

API created to support a delivery app.

  • Javascript ES6
  • NodeJS
  • Restfull

Todo

Structure
Auth Routes
Contact Routes
Message Routes
Queue Routes
Quick Answer Routes
Setting Routes
Ticket Routes
User Routes
Whatsapp Routes
Whatsapp Session Routes

Installation

Install the dependencies and start the server.

yarn install
//or
npm install

Run Server

yarn dev

Build Server

yarn build