This project aims to recreate the music streaming application Spotify using the Symfony framework. Key features include user authentication, music playback, playlists, and more.
- User registration and authentication
- Browse and search for music tracks, albums, and artists
- Create and manage playlists
- Music playback functionality
- User profile management
- Recommendations and personalized playlists
- Clone the repository:
git clone https://github.com/anthohn/spotify-symfony.git - Navigate to the project directory:
cd spotify-symfony - Install dependencies:
composer install - Set up the database and schema:
php bin/console doctrine:database:createandphp bin/console doctrine:migrations:migrate - Load fixtures for testing/demo data:
php bin/console doctrine:fixtures:load - Start the Symfony development server:
symfony server:start
- Register an account
- Search for and play music
- Create and manage playlists

