Web Based Audio Player
I started writing this service in 2015. Just to have fun and improve programming skills. It's buggy and unstable but can play music. In those days I didn't know anything about composer, containers and any build utilities. It is tested on my home server with 600 GB of music.
Today I'm going to continue making it as pet project.
Copy contents of .env.example to .env:
cp .env.example .envRun necessary dependencies:
make start-dev-dependenciesRun database migration:
make run-database-migrationEnter development environment:
make enter-dev-environmentIn development environment type:
composer install
npm install
npm startThen open in your browser url: http://localhost:8080/.
It will prompt you to enter default login guest and password please.
