This web app is a participative music app where the crowd can submit songs to the DJ in a party. It is open source and open to contributions. You will need to deploy the app by yourself, we do not provide hosting.
The backend is available here: https://github.com/Latte-Corporation/Mixify-api
You will need:
- git
- nodejs
- pnpm
git clone [email protected]:Latte-Corporation/Mixify.git
cd mixify
pnpm install
pnpm start
A helm chart is available in the helm
folder. You can deploy it with:
helm install mixify ./helm
You can also build a docker image with:
docker build -t mixify .
docker run -p 3000:3000 mixify
You can contribute by submitting a pull request. We will review it and merge it if it fits the project. You can also open an issue if you have a feature request or a bug to report.