In this tutorial we will learn how to build django project on Hospital Management System.
Project will contain,
1) Admin
2) Receptionist
1) Admin can,
1. Add doctors
2. Delete doctors
3. Manage Salary of doctors
4. Also can see Patients
5. See appointments
2) Receptionist can,
1. Add Patient
2. Delete Patient
3. View Patient
4. Delete Patient
5. Add appointment
6. View appointment
7. Delete appointment
Software used:
Django 3.0.5
python 3.7
IDE used - VS
Database - sqlite (no need to any other installation as it exist in django already)
Javascirpt
Bootstrap
Comments
Post a Comment