salamlakhan7/hospital_management_system — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a complete hospital management web app for a small clinic or hospital. I want people to log in as an admin, doctor, receptionist, or patient, and each role should see its own simple dashboard with the tools they need.

Patients should be able to register, book appointments with available doctors, see prescriptions, view lab reports, check bills, and get notifications. Doctors should manage their profile and availability, see their appointments, review patient history, create prescriptions, and request or review lab reports. Receptionists should register patients, schedule or cancel appointments, handle check ins, create invoices, record payments, and send updates. Admins should manage users, doctors, services, reports, billing, and overall hospital activity.

Use Django with a clean HTML, CSS, and basic JavaScript interface. Make it responsive and professional looking, with secure login and role based access. Set it up so it runs locally with SQLite, migrations, and clear starter data if useful.

Want more depth? Deep Reverse