Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/luxuereal/chatbot_dialogflow-react

ChatBot application built with Node.js, Express, DialogFlow and React.
https://github.com/luxuereal/chatbot_dialogflow-react

Last synced: 5 days ago
JSON representation

ChatBot application built with Node.js, Express, DialogFlow and React.

Awesome Lists containing this project

README

        

# React-Chatbot
DialogFlow chatbot which answers a few questions about me in a funny way.
It uses ReactJS on the frontend and nodeJS on the backend.
Try it [here!](https://chatbot-react.herokuapp.com/)

## Getting Started
- Get your google credentials and create a dev.js file in the config folder.
- Add all the values in prod.js in dev.js file.
- Run the following commands:
```
npm install
npm run start:dev
```
- Go to localhost:5000