A web-based Doctor Booking System built using Python and the Django framework. This project allows patients to register, log in, and book appointments with doctors, while doctors can manage their availability and appointments.
- 🧑⚕️ Doctor and Patient registration/login
- 🔐 Secure authentication using Django's built-in system
- 📅 Book, view, update, or cancel appointments
- 📋 Role-based dashboards for doctors and patients
- 📚 Structured using Django's MVT architecture
- 🗄️ SQL backend integration via Django ORM
- 🧮 CRUD operations for doctors, patients, and bookings
- Frontend: HTML, CSS, Bootstrap
- Backend: Python 3, Django
- Database: SQLite (default with Django)
- Others: Django Authentication, Django ORM