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)
-
Clone the repository git clone https://github.com/your-username/HealthVault.git
-
Navigate to project folder cd HealthVault
-
Install dependencies npm install or pip install -r requirements.txt
-
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.