Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 :