Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxgfr/insurassistant
Realtime human and bot assistant
https://github.com/maxgfr/insurassistant
cloudant expo express ibm-cloud mobile-app node-js react-js react-native reactjs watson-assistant watson-tone-analyzer
Last synced: 7 days ago
JSON representation
Realtime human and bot assistant
- Host: GitHub
- URL: https://github.com/maxgfr/insurassistant
- Owner: maxgfr
- Created: 2019-06-07T15:33:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:59:06.000Z (11 months ago)
- Last Synced: 2024-04-14T11:31:47.290Z (7 months ago)
- Topics: cloudant, expo, express, ibm-cloud, mobile-app, node-js, react-js, react-native, reactjs, watson-assistant, watson-tone-analyzer
- Language: JavaScript
- Homepage:
- Size: 17.8 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 73
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# insurassistant
Insurassistant is a web (written in React JS) and mobile application (written in React Native).
Thanks to the mobile application, you can talk to a chatbot and / or a human. On the other hand, the web application allows an agent to talk to the users using the mobile application.
## Running the application
Firstly, you have to change the credentials and set your own Cloudant + IBM Watson Assistant + IBM Watson Tone Analyser API KEY
```bash
mv server/.env.example server/.env
```Secondly, you can run the different part of the application
To run the server :
```
cd server && npm install && npm start
```To run the mobile application :
```
cd mobile && npm install && expo start
```To run the web application :
```
cd mobile && npm install && npm start
```## Web application screenshot :
## Mobile application screenshot :