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.
- Node.js (tested with v14.16.1)
- npm (tested with 6.14.12)
- A modern web browser
- Install dependencies with
npm install
. - Start the server with
npm run server
. - Start the client app with
npm start
.