Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 977 Bytes

File metadata and controls

22 lines (18 loc) · 977 Bytes

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