MedSync - Hospital Management System 📋 Overview MedSync is a centralized platform for managing patients, doctors, staff, and appointments in a modern hospital environment. It enables different users to interact with modules like patient registration, appointment booking, medical records management, doctor availability tracking, and billing services. The system ensures seamless coordination among departments with proper record-keeping and controlled access.
🛠 User Roles and Functionalities Patient Register and login
Book doctor appointments
View medical history and prescriptions
Download lab test reports
Doctor View appointments and patient details
Submit diagnoses and prescriptions
Update patient medical history
Approve lab test requests
Admin/Staff Approve patient registrations
Manage doctor schedules
View and generate bills
Upload lab test reports
💻 Tech Stack Frontend: HTML, CSS, JavaScript
Backend: Python (with SQL connectivity)
Database: MySQL / SQLite / PostgreSQL (Student’s choice)
🚀 Getting Started Clone the repository.
Set up the frontend using basic HTML, CSS, and JavaScript.
Implement backend APIs using Python and connect them to your SQL database.
Create and configure the database (MySQL, SQLite, or PostgreSQL).
Run the application and test functionalities for all user roles.