https://github.com/pyldin601/musicloud
Web Based Audio Player
https://github.com/pyldin601/musicloud
audio-player library media music player server web
Last synced: 10 months ago
JSON representation
Web Based Audio Player
- Host: GitHub
- URL: https://github.com/pyldin601/musicloud
- Owner: pyldin601
- License: mit
- Created: 2015-07-15T18:46:10.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-12-08T18:59:38.000Z (over 1 year ago)
- Last Synced: 2024-12-08T22:00:12.472Z (over 1 year ago)
- Topics: audio-player, library, media, music, player, server, web
- Language: JavaScript
- Homepage:
- Size: 5.36 MB
- Stars: 4
- Watchers: 0
- Forks: 3
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# MusicLoud
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.
## Screenshot

Today I'm going to continue making it as pet project.
### Development environment
Copy contents of `.env.example` to `.env`:
```bash
cp .env.example .env
```
Run necessary dependencies:
```bash
make start-dev-dependencies
```
Run database migration:
```bash
make run-database-migration
```
Enter development environment:
```bash
make enter-dev-environment
```
In development environment type:
```bash
composer install
npm install
npm start
```
Then open in your browser url: http://localhost:8080/.
It will prompt you to enter default login **guest** and password **please**.