Guess your friends' favorite music — together!
This is a game where you and your friends choose your music and guess each other's pick
You can play this game here
You can host it by yourself with docker!
If you want to use something different than traefik, you need to adjust compose file for your needs.
# You need to create an empty folder for mongodb data, because mongo won't do it itself
mkdir db
docker-compose up -dweb
cd web/
pnpm i
pnpm devapi
cd api/
echo "MONGODB_URI=mongodb://localhost:27017" > .env
cargo runcaddy - mixing api and web together on one port
caddy run




