https://github.com/msiorr/music-player
Simple browser music player - school project
https://github.com/msiorr/music-player
css html javascript nedb nodejs vuejs
Last synced: about 1 month ago
JSON representation
Simple browser music player - school project
- Host: GitHub
- URL: https://github.com/msiorr/music-player
- Owner: MSiorr
- Created: 2022-06-02T13:05:18.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-18T10:13:56.000Z (almost 4 years ago)
- Last Synced: 2025-06-25T14:47:59.340Z (12 months ago)
- Topics: css, html, javascript, nedb, nodejs, vuejs
- Language: JavaScript
- Homepage: http://music-player-ms.herokuapp.com/player
- Size: 52.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Music-Player
Simple browser music player

### Test it now
**👉 http://music-player-ms.herokuapp.com/player 👈** (without `/admin` page)
## Overall info
A simple player to play songs provided by the server.
## Installation
- Clone/download the repository
- In `\Server`:
- In terminal run `npm i` to install dependencies
- In terminal run `node server.js` to run server (deafult on port 3000)
- In `\Client`:
- In terminal run `npm i` to install dependencies
- In terminal run `npm run build` to build project
- Run `\dist\index.html`
## Features
- Music listening
- Creating playlists
- Looping/shuffle playback/volume change
- Upload of new albums by server (default `localhost:3000/admin`)
## Technologies