Description
✅ Project Technology Stack:
- Frontend: HTML, CSS (Minimal, Clean Design)
- Backend: Core PHP (No Framework)
- Database: MySQL (phpMyAdmin Compatible)
✅ Included Files:
- Full PHP Source Code
- SQL Database Dump (doctor_appointment.sql)
- CSS & JS Assets (Basic UI)
- Complete Project Folder Structure
✅ Installation Process:
- Download the Project ZIP and extract it.
- Move the extracted folder (e.g., doctor-appointment/) into your web server root directory (htdocs for XAMPP or www for WAMP).
- Import the SQL file:
- Open phpMyAdmin.
- Create a new database named:
CopyEdit
doctor_appointment
- Import the file:
database/doctor_appointment.sql
- Update your database connection settings if needed in:
- Now visit:
arduino
CopyEdit
http://localhost/doctor-appointment/
- ✅ Default Admin Login:
- Username: admin
- Password: admin123
✅ Project Structure Overview:
- /admin/ – Admin Panel (Login, Dashboard, Doctor & Appointment Management)
- /doctor/ – Doctor Panel (Login, Dashboard, Appointments Management)
- /user/ – Patient Panel (Register, Login, Bookings)
- /assets/ – CSS & JS Assets
- /database/doctor_appointment.sql – MySQL Database Dump
✅ Why Use This Project?
- Great for Final Year Projects & Learning PHP CRUD
- Easy to Customize for Real-World Clinic or Hospital
- Simple & Clean Codebase for Quick Learning
There are no reviews yet.