/community-jukebox

Online Jukebox for listening to music together. Project for the Uni Wien Cooperative Systems course.

Primary LanguageJavaScript

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.