Skip to content

Ankitha-palakeerthi/HealthValut

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HealthVault - Smart Health Management System

📌 About the Project

HealthVault is a web-based healthcare management system that allows users to manage health-related data in a simple and secure way. It is designed to improve accessibility, organization, and tracking of health records.

Features

  • User authentication (login/signup)
  • Health data management
  • Secure data handling
  • Responsive UI for all devices

🛠️ Tech Stack

  • Frontend: HTML, CSS, JavaScript
  • Backend: Flask
  • Database: SQLITE/mysql
  • Deployment: Render

Project Structure

HealthVault/ │ ├── frontend/ ├── backend/ ├── models/ ├── routes/ ├── config/ └── README.md

Setup Instructions (Run Locally)

  1. Clone the repository git clone https://github.com/your-username/HealthVault.git

  2. Navigate to project folder cd HealthVault

  3. Install dependencies npm install or pip install -r requirements.txt

  4. Run the project

npm start or python3 app.py

5.Test Credentials Full name:p.john user name:john Password: 123456 role:doctor

Key Highlights

  • Real-time working deployed application
  • Focus on healthcare data management
  • Simple and scalable architecture

Data Model Overview

  • Users → Stores login details
  • Records → Stores patient/health data
  • Sessions → Manages authentication state

💡 Future Improvements

  • Add AI-based health prediction system
  • Implement appointment booking system
  • Add notification/email alerts

Feature Not Included (Intentional)

  • Mobile app version was not built due to limited time and focus on web deployment first.

About

healthcare appointment booking and consultation management platform built with Flask, SQLite, HTML, CSS, and JavaScript.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors