Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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`.