Boubaker-Soltani/Web03 ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple PHP web app from this project structure, with a clean home page, a few basic pages, and a database driven backend. I want it organized in a straightforward way with controllers, models, views, and a small public entry point, so it’s easy to understand and extend.
Use the database file to set up the tables and make sure the app connects through the config file. Add the usual create, view, edit, and delete flow for whatever main data this project is meant to manage, plus any needed API endpoints if they fit naturally. Keep the UI simple and usable, with forms, lists, and basic validation so it feels finished.
If anything is unclear from the current files, make a sensible choice and build the app end to end. Look up current docs online if you need to.
Are you gonna build this?
make sure you review the code using coderabbit