Skip to content

llja0112/medbot-server-admin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Medbot Server Admin

A barebones Node.js app using express, socket.io, redis and d3 to perform data analysis of users' interaction with patientbot.

Setting up redis

Under construction

Running Locally

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.

Deploying to Heroku

$ heroku create
$ git push heroku master
$ heroku open

About

Server admin page for analytics of users' interaction with patient

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published