Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 1.66 KB

README.md

File metadata and controls

48 lines (31 loc) · 1.66 KB

Django Hospital Appointment

A hospital appointment web app built using Django as backend. I developrd this project along with a youtube tutorial. This project is done for learning basics of django and CRUD operations. We can take appointment with available doctors and get a confirmation. When user take an appointment, the details will go to the django inbuilt admin page

🧱 Database Structure

In this project there are mainly 3 database tables (Departments, Doctors, Booking)

⛏️ Built With

📷 Screenshots

🎉 Acknowledgments