Skip to content

Chatbot Website Using React and Node.js with Pandorabot API

Notifications You must be signed in to change notification settings

sdalv1k/chat-bot-ui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chatbot Website

chat-bot

Steps to Start the App

Prerequisites

Installation

  • yarn: npm install --global yarn

  • yarn add react-toastify

  • yarn add buffer

  • yarn add react-icons

  • yarn add emoji-picker-react

  • yarn add uuid

  • nodemon: npm install -g nodemon

  • express: npm install express

  • react-scripts: npm install react-scripts --save in /chat-app/public

Start

Edit the options.json file and insert Pandorabot API keys.

{
"url": "https://api.pandorabots.com",
"app_id": "**************",
"user_key": "*************",
"botname": "**************"
}

yarn start in /chat-app/api

yarn start in /chat-app/public

The chat bot application should now successfully open in a browser.

About

Chatbot Website Using React and Node.js with Pandorabot API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 87.2%
  • HTML 8.3%
  • CSS 2.7%
  • Pug 1.3%
  • Shell 0.5%