Skip to content

GeraPashchenko/nest-chatbot-webhook

Repository files navigation

Set Up Description

Postman collection is included to the project. So you can import it.

To initialize the project:

  • copy .env.example to .env and fill the variables
  • npm i
  • npm run start

Project description

There are 2 routs:

  • classify
  • order

POST /webhook/classify - send a message and get classified message as a returned string

Alt text

POST /webhook/order - send an order message ( a message with the sku) to confirm your order

Alt text

The DB structure

  • DB is just a simple const variable.

Alt text

About

Nest.js + OpenAPI chatbot webhook

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published