A Simple Wit.Ai powered Healthcare Chatbot which can answer questions about insurance plans, finding providers, and deductibles
Installing this software is simple!
Clone the repo
git clone https://github.com/cbartram/ChatBot.git
Install any dependencies
npm install
Start the app
npm start
The app will be available at http://localhost:3000
This repo already comes preconfigured with several unit tests. To run the tests simply use:
npm run test
To run a production build and transpile all the source code run:
npm run build