megaris82/Delp ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple full stack helpdesk app where people can sign up, log in, and manage support tickets in a clean web interface.
I want users to be able to create a ticket, describe the issue, and attach a file if needed. Make sure authentication is secure with hashed passwords and login sessions or tokens, and keep the data in a MySQL database. The app should have a basic frontend that feels straightforward to use, with pages for signing in, creating tickets, and viewing ticket status.
Please also make it easy to run with Docker, so I can start the whole project without a lot of setup. If you need to look up anything current while building it, go ahead and check the docs online. Keep the design simple and practical, since this is meant to feel like a real course project that works end to end.
Are you gonna build this?
make sure you review the code using coderabbit