A Spotify-style web app where picking any song queues up only songs by the same artist next. Pick a Darshan Raval song → the whole queue is Darshan Raval. Pick an Arijit Singh song → the whole queue ...
cloud-storage-flask/ ├── app.py # Flask app factory + static file serving ├── wsgi.py # Gunicorn entry point ├── requirements.txt # Python dependencies ├── .env.example # Environment variable template ...