Chatbot Rose 🤖
![Chatbot Rose 🤖](/assets/img/projects/chatbot.png)
Chatbot developed from Watson Conversation, using the node to communicate with the service and interface with the user.
Main features
- Storing the patient’s mood history;
- Generation of graphs from collected data;
- Reminder function to use with the psychologist.
How to start the server
- Have NodeJs installed;
- Clone this repository;
- Inside the repository folder the commands:
npm install
npm start
- The message should appear:
Running on port 3000...
- Access http://localhost:3000/ and enjoy!