dvvansia/final_gravloc ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple web app in Node that uses server rendered pages and a basic database backed setup.
I want a clean app where people can sign up, log in, and manage a few records from a dashboard. Include a home page, auth pages, a protected area after login, and the usual create, edit, delete flow for whatever main item this project is about. Make the pages feel simple and usable, with forms, validation, and friendly error messages.
Set it up so the app starts easily, connects to a database, and the data model can be updated with migrations. Keep the structure organized so the routes, views, models, and helper modules are easy to follow. If anything is missing or unclear, make sensible choices and keep it lightweight. Use the current docs online if you need to.
Are you gonna build this?
make sure you review the code using coderabbit