UCDS/health4all_v3 — reverse-engineered prompt
Reverse engineered prompt
Build me a local PHP hospital management app called Health4All that can run on XAMPP or WAMP. It should let a free hospital or clinic manage basic patient care workflows, starting with an admin login and a database backed setup.
I want the app to support patient registration and the kind of hospital information system features implied by Health4All, so staff can use it to reduce waiting time and keep patient records organized. Please include a MySQL database setup with an importable health4all database, a default admin login using admin and password, and clear setup steps for running it at localhost.
Keep it customizable for different free healthcare settings like government hospitals, nonprofit health centers, and telehealth consultation facilities. Use the existing PHP app style, and if this is based on CodeIgniter or similar, follow that pattern. Also include a simple way to handle future database migrations, since that seems important for this project. Look up current docs online if you need to.
Want more depth? Deep Reverse