Inspiration

What if you went into an emergency and the doctor need your medical history? What if you change your Doctor and he asks about your previous medication? Don't you think it would be awesome if you get a visualization of your daily fitness like Blood Sugar, Blood Pressure, BMI with interactive charts and graphs? Up Health helps you to solve these and many more!

What it does

Our application helps you to store all your medical records in one place and we will keep them safe and secure with ourselves so that you can find what you are looking for in your medical history in just a matter of seconds. Also, you can track and visualize your daily fitness records with our interactive graphs. All of these features with authentication and authorization so that only you can access your data.

How we built it

Frontend - HTML5, CSS3, Bootstrap, jQuery Backend- Express.js, Node.js, JavaScript Database- mongoDB First, we worked on the UI. Connected it with the server through Node.js. For database, we used MongoDB to store all the files.

Challenges we ran into

There were a couple of challenges we ran into, during these 48 hours.

LOGGING-OUT THE USER While creating the controller function for logging-out the user, we ran into a problem on how we can destroy the JWT cookie that was meant to authenticate whether the user was logged-in or not. Firstly, we were changing the expired time of the JWT cookie but that was not working on all the webpages as it was giving some error like:- JWT Malformed but after spending an hour or two, we finally took the shortcut and instead of changing the expired time, we cleared the whole cookie** instead and by that, we logged-out the user from any page.

Accomplishments that we're proud of

This is our first project using jQuery and making it work as we thought is what we are proud of. We almost gave up but all the night work finally made this happen to complete the hack before time!

What we learned

We learned jQuery. Most importantly time management and the will to never give up!

What's next for GlobeCity

Adding code for chatbox for better communication and more.

Share this project:

Updates