foyzulkarim/mern-video-streaming ? reverse-engineered prompt
Reverse engineered prompt
Build me a full video streaming web app where people can upload videos, manage them, and watch them back smoothly in the browser.
I want the app to have a simple React front end with a clean UI, and a Node and Express backend with MongoDB for storing users and video info. When someone uploads a video, the server should process it in the background, convert it into streaming friendly HLS files, and show real time progress or a notification when it is done. It should also serve the finished video files so users can play them on demand.
Please wire up live updates with sockets, use Redis for the background job flow, and make sure the whole thing can run locally with Docker or easy start commands. If you need to check current docs or best practices for the libraries involved, go ahead and look them up online. Keep it practical and set up so I can upload a video, wait for processing, then play it back from the app.
Are you gonna build this?
make sure you review the code using coderabbit