The SmartGlove is a prototype pressure sensing glove aimed at helping physiotherapists treat hand related injuries. This repo holds the code for web app, providing an interface to interact with the glove. For more details, visit our landing page for information, or https://thesmartglove.herokuapp.com/demo to try the demo. By joining the same room, multiple clients will be in sync in real-time.
- Clone the repo.
- Run npm install
- Run cd client && npm install
- Start the express server and React server separately.
- Visit http://localhost:3000/demo
- Go to https://thesmartglove.herokuapp.com/room/ + {custom room ID}
- Connect to the sever, with this repl: https://repl.it/@thesanjeetc/thesmartglove, substituting with your custom room ID.