Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/luxuereal/chatbot_dialogflow-react
- Owner: luxuereal
- Created: 2023-10-20T07:05:27.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-12T15:03:00.000Z (about 1 year ago)
- Last Synced: 2024-11-08T23:52:12.890Z (about 2 months ago)
- Language: JavaScript
- Homepage: https://chatbot-react.herokuapp.com/
- Size: 940 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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