Ahmed-P1/CAPSTONE-2 — reverse-engineered prompt
Reverse engineered prompt
Build me the full capstone web app in this repo and make it runnable locally. Use the capstone draft file as the source of truth for what the project is supposed to do, because there is no useful README. I want a working frontend, a backend that saves and reads data from the database, and a simple flow a user can actually click through without errors. Please wire up login or any required account pages only if the draft calls for them, otherwise keep it simple and focused on the main user journey.
Set up the local environment so one command can start everything with Docker, include clear seed or setup data if the app needs it, and make the pages look clean enough for a demo. Add basic validation, helpful error messages, and make sure the API and frontend talk to each other properly. If something is unclear, make the smallest reasonable assumption and document it in a short README. Look up current docs online if needed.
Want more depth? Deep Reverse