Skip to content

maxgfr/insurassistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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 :