Skip to content

RamanPndy/SlytherinChatBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Slytherin Chat Bot.

Getting Started

Backend Application is in Node JS application using Websockets and runs in conjunction with Google DialogFlow. Frontend Application is in React JS and using react-chatbot-kit library and communicating with backend application.

Build and Test

clone the repository. Backend:

  1. install node version v10.16.0 and above and npm version 6.9.0 and above.
  2. navigate to backend directory and run npm install.
  3. you need secrets.json file to communicate with Dialogflow programatically.
  4. run node index.js to start the server in local on default port 3001.

Frontend:

  1. Run yarn start
  2. Open the browser to localhost:3000

Contribute

To contribute make the changes in develop branch and raise the pull request to master branch.

About

Chatbot Application to suggest movies and events.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors