Menu

Tree [4d6109] main /
 History

HTTPS access


File Date Author Commit
 Backend - C (.c .cgi) 2025-11-30 Kushal Kushal [1f4cf8] Add files via upload
 Frontend - HTML, CSS 2025-11-30 Kushal Kushal [1f4cf8] Add files via upload
 README.md 2025-11-30 Kushal Kushal [4d6109] Add README for Hospital Management Website

Read Me

Hospital Management Website

Project Explanation

This project is a simple hospital management website designed for both patients and doctors.
- Frontend: HTML and CSS for user interface
- Backend: C programs running through Apache CGI
- Patient Features: Login, view personal & medical details, book appointments
- Doctor Features: Login, view personal details, check schedule
- Booking System: Google Forms for appointment requests, linked to Google Sheets for schedule management


Book an Appointment



How to Set It Up Using Apache (XAMPP)

  1. Install XAMPP on your computer.
  2. Copy the project files into the htdocs folder (e.g., C:\xampp\htdocs\hospital).
  3. Place all C backend programs in the cgi-bin folder (e.g., C:\xampp\cgi-bin).
  4. Start Apache from the XAMPP Control Panel.
  5. Open a browser and go to: http://localhost/hospital/index.html
  6. The HTML/CSS frontend will run normally, and C programs will handle backend logic through CGI.