PBL-Dream-Team/HRIS — reverse-engineered prompt
Reverse engineered prompt
Build me a simple but complete HRIS web app for a company using the structure that is already in this repo. I want people to be able to manage employee records, track attendance, submit and review absence requests, and store important employee documents in one place. Please make the experience clean and easy to use, with sensible pages, forms, tables, and basic validation so it feels like a real internal tool instead of a demo.
Please wire up the frontend, backend, and database so it runs locally from the repo setup, uses the existing env pattern, migrations, and seed data, and make sure the main flows actually work. If there are gaps, fill them in with practical defaults that fit an HR system. Use the testing setup that is already here for a few important user journeys, and keep Docker support working if the project already expects it. Add a short README update with exactly how to start everything and test it. Look up current docs online if you need to.
Want more depth? Deep Reverse