A virtual agent that answer questions based on training materials of academic information. Uses Node.JS and IBM Watson's API.
Fill the service username and password that you need in /src/config-template.js, then rename to config.js
#to install all dependency
npm install
#to start the server in developer mode
npm run dev-start
#to watch files on change
npm run watch