Mohammad-Hossein-Dlt/farstify ? reverse-engineered prompt
Reverse engineered prompt
Build me a music streaming platform that feels modern and easy to use.
I want users to be able to sign up, log in, browse artists and music by category, and stream audio smoothly even when their connection changes. The streaming should support adaptive playback with HLS and DASH so songs start fast and keep playing well on slower networks.
Please set it up as a small microservices style backend in Python, with separate parts for users, artists, categories, and streaming, and make it work nicely with Docker Compose so I can run everything locally without a lot of setup. Add the basic API routes, simple data models, and enough structure that it can scale later. If any current docs or best practices would help, look them up online and follow them.
I mostly want a clean working starting point that I can build on, with sensible defaults and clear endpoints for the main features.
Are you gonna build this?
make sure you review the code using coderabbit