Skip to content

VadlapatiKarthik/Smart-India-Hackathon-24

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SIH Health App

A web-based application for health data entry and dynamic monitoring, built for Smart India Hackathon 2024.

🔧 Features

  • ✅ Role-based login: Government, Healthcare Worker, User
  • ✅ Dashboard rendering with HTML templates
  • ✅ Excel-based patient data converted to SQLite (patients_data.db)
  • ✅ Secure session-based login with users.db

🗂 Folder Structure

SIH_Health_App/ ├── client/ # Frontend HTML files │ └── templates/ # Dashboards for each role ├── server/ # Flask backend and login logic ├── data/ # SQLite DB from Excel ├── README.md ├── requirements.txt └── .gitignore

⚙️ Setup Instructions

1. Install Requirements

pip install -r requirements.txt

### 2. Run the Flask App

cd server
python app.py

### 3. Access in Browser

http://127.0.0.1:5000/

About

Health data collection platform with multi-role access for SIH 2024

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors