radievdmytro/movie-watcher — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a simple Movie Watcher web app from this project. There isn’t a useful README, so please inspect what’s already in the client and server folders and make it work as a complete app.

I want to be able to open it in a browser, see a clean movie list, search or filter movies, click a movie to see its details, poster, and watch link or embedded player if that is already supported. If there is existing import or database code, wire that up so movies can be loaded in bulk instead of typing them one by one. Keep the interface simple and usable on desktop and phone.

Please make sure the server and client start cleanly with the existing start scripts if possible, and that it can run locally, including on my home network. Add basic error messages for broken imports, missing movie info, or server connection problems. Look up current docs online if you need to.

Want more depth? Deep Reverse