A simple music player, written in PHP (backend) and Ionic (frontend).
- Play music with a simple web interface
- Play music from a local folder
- Play music from a remote folder
- Add music to a playlist
- Artist, album and song information
- Metadata source from spotify
- PHP 7.3 or higher
- Composer
- NodeJS (V18 or higher)
- Clone the repository
- type
composer install
in the root folder - Edit
.env
and set database credentials - run
php artisan serve
to start the server [dev only]
- type
npm install
in the root folder - edit
config.json
and set the backend url - run
ionic serve
to start the server [dev only]
Note: The application is not yet ready for production.
This project is licensed under the MIT License - see the LICENSE file for details