Digital Glove is a purposefully simple web app that allows first responders to record treatments and timestamps during an emergency cardiac arrest call. The app will save all the information for later use when the first responder is documenting their call. This will lead to more accurate data, which can only lead to better research and better outcomes in cardiac arrest management.
This web app is written on a Node.js and Express server. These must be installed before using this app.
What do I need to install before I can run your project
-
Fork and clone the repository
-
npm install
3.npm run server
4.npm run client
The app starts with the user selecting a new call. When arriving at the patient's side, the user will click "At Patient" which will initiate a run in the database and be ready to record interventions. From there, a user can select from one of 4 categories of treatment and then select a treatment. Selecting the treatment will automatically record that treatment and timestamp and, for medications, display the time so the user can easily recall the time of the last administration
The app is hosted on heroku at Digital Glove. Users can log in with username: Guest, pw: guest to look around and see how it works
Who helped you make this project a reality? Friends? Family? Contributors? Instructors?