A project for Launchology Vision hackathon
We have created an web application to track blood pressure and blood sugar levels daily along with the current medications used by the user. This data is processed to give a beautiful chart of bp and sugar level records and gives the user insights of their medical conditions and effectiveness of medications they use in a long run. This is a prototype code with minimal features and it can be taken as a backbone for a full fledged application.
- FRONTEND: EJS view engine, CSS
- BACKEND: NodeJS, Express
- DATABASE: MySQL
The steps for installation of the app and running in localhost are:
- Git clone the app in desired directory.
- cd to the directory.
- Create a MySQL database in your localhost and a table in the database using
userTableStruct.sqlscript. - Change
.env.txtfile to '.env' file. - Update the .env file with appropriate information.
- Run
npm ito install appropriate node modules for the project. - Finally run
npm startto run the server on localhost. - In your browser open
localhost:<port_no>to run your application.
This project was created by us as a team. My team members are: Yash Nishal, Yanshul Narotra, Yashwant Meena. Kudos to the team.
We have also hosted the web application online. You can check out the project by clicking here.
Hit the star if you liked the project. With ❤️ from the team Edbun.