Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.05 KB

README.md

File metadata and controls

46 lines (30 loc) · 1.05 KB

NodeJS WhatsApp Info

REST Api responsible for managing data from users who are able to utilize the Whatsapp chat bot.

Author: Levindo Gabriel Taschetto Neto..

Used Technologies

Framework(s)

Parsing Middleware

Database

Object Modeling Tool

Linter

Requiremens for the deployment

On Windows OS*

How to Deploy the Server

$ npm install

How to Start the Server

$ node app

Thus, the app may be accessed on http://localhost:PORT. Where PORT can be configured here on server.port.

How to use the Rest API

TO DO...