{"id":25121582,"url":"https://github.com/devradheee/health-mnagement-system","last_synced_at":"2026-03-06T02:40:30.686Z","repository":{"id":271017461,"uuid":"810118983","full_name":"devradheee/Health-Mnagement-System","owner":"devradheee","description":"Health Management System: A web-based application using Java (JSP, Servlets, JDBC) and MySQL to manage patient records, appointments, doctor schedules, and more.","archived":false,"fork":false,"pushed_at":"2025-05-21T20:20:10.000Z","size":4696,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-09T12:09:38.712Z","etag":null,"topics":["java","jdbc","jsp","mysql","servlet","spring-boot"],"latest_commit_sha":null,"homepage":"https://github.com/devradheee/Health-Mnagement-System","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devradheee.png","metadata":{"files":{"readme":null,"changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-06-04T04:53:06.000Z","updated_at":"2025-05-29T04:40:11.000Z","dependencies_parsed_at":"2025-07-09T12:09:40.898Z","dependency_job_id":"e5e48aa2-d920-4e48-b5e6-77ff3783fee6","html_url":"https://github.com/devradheee/Health-Mnagement-System","commit_stats":null,"previous_names":["devradheee/health-mnagement-system"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/devradheee/Health-Mnagement-System","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devradheee%2FHealth-Mnagement-System","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devradheee%2FHealth-Mnagement-System/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devradheee%2FHealth-Mnagement-System/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devradheee%2FHealth-Mnagement-System/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devradheee","download_url":"https://codeload.github.com/devradheee/Health-Mnagement-System/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devradheee%2FHealth-Mnagement-System/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30159787,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T22:39:40.138Z","status":"online","status_checked_at":"2026-03-06T02:00:08.268Z","response_time":250,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["java","jdbc","jsp","mysql","servlet","spring-boot"],"created_at":"2025-02-08T06:32:03.689Z","updated_at":"2026-03-06T02:40:30.678Z","avatar_url":"https://github.com/devradheee.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":" Health Management System\n\nA **Health Management System** is a web-based application designed to help manage and organize healthcare data efficiently. This system enables users to manage patient records, appointments, doctor information, and more.\n\n## Features\n\n- **User Management**: Registration and login for patients, doctors, and admins.\n- **Patient Records**: CRUD operations for storing and managing patient details.\n- **Appointments**: Schedule, update, and cancel appointments.\n- **Doctor Information**: Manage doctor profiles and availability.\n- **Database Integration**: Powered by MySQL for data storage and retrieval.\n- **Authentication and Authorization**: Secure user authentication and role-based access.\n\n---\n\n## Technologies Used\n\n- **Frontend**: JSP (Java Server Pages), HTML, CSS, JavaScript\n- **Backend**: Java Servlets, JSP\n- **Database**: MySQL\n- **JDBC**: For database connectivity\n- **Server**: Apache Tomcat\n- **Version Control**: Git\n\n---\n\n## Requirements\n\n- **Java Development Kit (JDK)**: Version 8 or higher\n- **Apache Tomcat Server**: Version 9 or higher\n- **MySQL**: Version 5.7 or higher\n- **Maven** (optional): For dependency management\n\n---\n\n## Installation and Setup\n\n### Step 1: Clone the Repository\n```bash\ngit clone https://github.com/devradheee/Health-Mnagement-System.git\ncd Health-Mnagement-System\n\n\n\n🔗Project Structure\n\n\nHealth-Management-System/\n├── src/\n│   ├── main/\n│   │   ├── java/\n│   │   │   ├── com.healthmanagementsystem/\n│   │   │   │   ├── controller/   # Servlets\n│   │   │   │   ├── dao/          # Database access objects\n│   │   │   │   ├── model/        # Entity classes\n│   │   │   │   ├── utils/        # Utility classes (e.g., DB connection)\n│   ├── webapp/\n│       ├── WEB-INF/\n│       │   ├── web.xml           # Deployment descriptor\n│       ├── views/                # JSP files\n│       ├── css/                  # Stylesheets\n│       ├── js/                   # JavaScript files\n├── database.sql                  # Database schema and sample data\n├── pom.xml                       # Maven dependencies (optional)\n├── README.md                     # Project documentation\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevradheee%2Fhealth-mnagement-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevradheee%2Fhealth-mnagement-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevradheee%2Fhealth-mnagement-system/lists"}