nasanov/good_movies ? reverse-engineered prompt
Reverse engineered prompt
Build me a movie review app called GoodMovies that feels like a simple Goodreads for films.
I want people to be able to sign up, log in, and log out, then browse a large catalog of movies, search by keyword, and flip through pages of results. On each movie they should be able to leave a rating and write a review. Each user should also have their own profile with custom movie lists they can create, rename, and delete, plus a couple of default lists that always exist. The home page should highlight a small set of popular or recently added movies, and the app should feel like a smooth single page experience with minimal full page reloads.
Use a clean server rendered setup with a database behind it, and make the forms and navigation work nicely with normal browser behavior. Please include the basic authentication and security pieces too, and look up current docs online if you need to.
Are you gonna build this?
make sure you review the code using coderabbit