Developed in Fall 2023 by Hsinwei Lin, Oliver Seymour, and Oliver Sjostrom
Link to our pitch
Link to our video demo
This is a web app that we created with the MERN stack (MongoDB, Express, Node - we didn't use React), which is connected with users' IoT heartrate sensor devices, we developed one using a board similar to Arduino. Once they login, users can see their heartrate and blood oxygen percentage data, statistics about the data, edit their profile details, and more. Our site has a nice UI using CSS and some Bootstrap components, which is responsive for mobile and tablet screen sizes as well.
-
Go to
http://ec2-3-144-174-122.us-east-2.compute.amazonaws.com:3000
in your preferred browser. -
You will be directed to the log in page.
-
To start using our project, either 1) create a new account, or 2) use the following log in credentials (already has a IoT board registered):
Email: [email protected]
Password: David9709530
- Start enjoying our project!
-
Open the repository locally.
-
In the terminal, run
npm start
, the server should start running locally. -
Go to
localhost:3000
in your preferred browser. -
Create an account and start enjoying our project!