The Crowdsourced Spotify DJ
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.
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
- Submit an issue (feature request or bug)
- Create a branch:
git checkout -b feature/feature-implementing
- Commit changes to the branch:
git add . && git commit -m "Present tense commit message"
- Push the changes:
git push -u origin feature/feature-implementing
- Submit a pull request
More information on the project here