A barebones Node.js app using express, socket.io, redis and d3 to perform data analysis of users' interaction with patientbot.
Under construction
Make sure you have Node.js and the Heroku CLI installed.
$ git clone or clone your own fork
$ cd medbot-server-admin
$ npm install
$ npm start
Your app should now be running on localhost:5000.
$ heroku create
$ git push heroku master
$ heroku open