Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/memoriesadrift/community-jukebox
Online Jukebox for listening to music together. Project for the Uni Wien Cooperative Systems course.
https://github.com/memoriesadrift/community-jukebox
Last synced: about 2 months ago
JSON representation
Online Jukebox for listening to music together. Project for the Uni Wien Cooperative Systems course.
- Host: GitHub
- URL: https://github.com/memoriesadrift/community-jukebox
- Owner: memoriesadrift
- Created: 2021-04-03T10:02:00.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-06T17:53:44.000Z (over 3 years ago)
- Last Synced: 2024-04-19T20:28:32.077Z (9 months ago)
- Language: JavaScript
- Size: 386 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Community Jukebox
The Community Jukebox is a place for friends to collaboratively create playlists of songs to listen to.
Users can suggest, vote on and select the next song to be played and it will be synchronously played for all users.
App created for the COOPSYS course at the University of Vienna, Summer Semester 2021.
# Required Software
* Node.js (tested with v14.16.1)
* npm (tested with 6.14.12)
* A modern web browser
# Running the Project
1. Install dependencies with `npm install`.
2. Start the server with `npm run server`.
3. Start the client app with `npm start`.