# 🎯 QUICKSTART - SPOTIFY LE 2 > **DĂ©marrer en 3 minutes chrono** --- ## đŸȘŸ Windows - 3 Étapes ### 1ïžâƒŁ Installer les prĂ©requis (une seule fois) TĂ©lĂ©chargez et installez: - [Python 3.11](https://www.python.org/downloads/) ✅ Cocher "Add to PATH" - [Git](https://git-scm.com/download/win) - [Docker Desktop](https://www.docker.com/products/docker-desktop/) - [Flutter](https://docs.flutter.dev/get-started/install/windows) ### 2ïžâƒŁ Installer Spotify Le 2 Double-cliquez sur: **`INSTALL_WINDOWS.bat`** Patientez pendant l'installation... (≈2-3 minutes) ### 3ïžâƒŁ Lancer ! Double-cliquez sur: **`START_WINDOWS.bat`** ✅ **L'application se lance !** --- ## 🐧 Linux - 3 Commandes ```bash # Installer Docker sudo apt install docker.io docker-compose # Installer chmod +x INSTALL.sh START.sh ./INSTALL.sh # DĂ©marrer ./START.sh ``` --- ## 🍎 macOS - MĂȘme chose ```bash # Installer Docker Desktop brew install docker docker-compose # Installer chmod +x INSTALL.sh START.sh ./INSTALL.sh # DĂ©marrer ./START.sh ``` --- ## 🎼 Utilisation ### PremiĂšre connexion 1. **CrĂ©er un compte** → Email + Mot de passe 2. **Se connecter** 3. **Rechercher** → "Daft Punk", "The Weeknd", etc. 4. **Taper un track** → Ça joue ! ### Navigation - **Home** → Quick Picks, Recently Played - **Search** → Rechercher musique - **Library** → Vos playlists, albums, artists - **Settings** → Profile, audio quality ### Raccourcis - **Taper track** → Jouer - **Bouton Queue** → Voir la file d'attente - **Drag & Drop** → RĂ©organiser les playlists --- ## ⚡ ProblĂšmes? ### "Python pas installĂ©" → [TĂ©lĂ©charger Python](https://www.python.org/downloads/) ### "Docker ne marche pas" → Ouvrez **Docker Desktop** et attendez qu'il dĂ©marre ### "Port 8000 occupĂ©" → Fermez les autres applications qui utilisent le port 8000 ### "Flutter pas trouvĂ©" → [Installer Flutter](https://docs.flutter.dev/get-started/install) --- ## 🎹 RĂ©sultat Vous obtenez: ✅ **Application Desktop** (Windows/Linux/Mac) ✅ **Application Mobile** (Android) ✅ **Backend auto-hĂ©bergĂ©** (FastAPI + PostgreSQL) ✅ **Streaming YouTube** illimitĂ© ✅ **Playlists** complĂštes ✅ **ThĂšme nĂ©on cyberpunk** --- ## 📞 Aide - **Backend API:** http://localhost:8000/docs (Swagger) - **Logs:** Terminaux backend/frontend - **Docker:** `docker-compose ps` (vĂ©rifier status) --- **C'est tout ! Bon usage ! đŸŽ”** *Alternative complĂšte Ă  Spotify avec streaming YouTube*