alain-kubwayo/epms — reverse-engineered prompt

Reverse engineered prompt

Build me a simple web app for a small poultry farm called Eggcellent Palace. I want it to help the owner keep track of the day to day farm records in one place.

The app should have an admin login and a dashboard, then sections for eggs, birds, feed, sales, and employee payroll. In eggs, let the admin record eggs produced and eggs sold. In birds, track birds purchased and bird mortality. In feed, track feed purchases and feed consumption. In payroll, keep salary records for employees. In sales, keep the sales history. For all of these, the admin should be able to add, view, edit, and delete records, and there should also be summary pages that show current stock and totals in a clear way.

Keep the interface clean and simple, with basic validation and tables that are easy to scan. Please make it run locally with PHP and MySQL, the kind of setup that works in XAMPP, and include the database import file and any setup steps. If you need details, look up current docs online.

Want more depth? Deep Reverse