ccrowley96 / MusiCrowd

The Crowdsourced Spotify DJ (QHacks winner)

Home Page:http://www.musicrowd.ca

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MusiCrowd

The Crowdsourced Spotify DJ

Description

MusiCrowd is an interactive democratic music streaming service that allows individuals to vote on what songs they want to play next. This system was built with the intentions of allowing entertainment venues (pubs, restaurants, socials, etc.) to be inclusive allowing everyone to interact with the entertainment portion of the venue.

Development

cd backend && npm run start:dev

Run the backend locally on port 8888

cd frontend && npm start

Run the frontend locally on port 3000 with a proxy to port 8888

Contributing

  1. Submit an issue (feature request or bug)
  2. Create a branch: git checkout -b feature/feature-implementing
  3. Commit changes to the branch: git add . && git commit -m "Present tense commit message"
  4. Push the changes: git push -u origin feature/feature-implementing
  5. Submit a pull request

Devpost

More information on the project here

About

The Crowdsourced Spotify DJ (QHacks winner)

http://www.musicrowd.ca


Languages

Language:JavaScript 84.5%Language:CSS 11.6%Language:HTML 3.9%