Skip to content

fmiras/chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chatbot

This app is just socket.io extended tutorial , it has a chat for users and a chatbot mode where you can just talk to a bot with very simple answers.

To run the project:

  • Git and node.js must be installed

  • Run in command line:

      git clone git@github.com:fmiras/chatbot.git
      cd chatbot
      npm install
      npm start
    
  • Go to http://localhost:3000/

To test the project:

    npm test