1.0.7 • Published 4 years ago

waiboc-react-widget v1.0.7

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

Git clone

npm install

Dev test

run start:dev o run start:react

APIs

GET /session Creates and returns new chatbot Session. Validate if the chatbot is active.

Deploy on Ubuntu with PM2 installed

  • cd /git/echatbot-nlp
  • git pull
  • npm install
  • pm2 delete waiboc-widget
  • npm update echatbot-mongodb
  • export AMBIENTE=produccion
  • npm run buildProd
  • pm2 start npm --no-automation --name waiboc-widget -- run start
  • pm2 save