Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pyldin601/musicloud
Web Based Audio Player
https://github.com/pyldin601/musicloud
audio-player library media music player server web
Last synced: 26 days 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-12-08T18:59:38.000Z (about 1 month ago)
- Last Synced: 2024-12-08T22:00:12.472Z (about 1 month 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 PlayerI 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
![Screenshot 1](https://raw.githubusercontent.com/pldin601/musicloud/master/docs/musicloud.png?raw=true)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**.