Skip to content

Piernikkk/Musicguessr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Musicguessr

logo

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

Features

  • Joining with game code home screen
  • Itunes music library home screen
  • In game chat home screen home screen home screen

Host it yourself:

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.

Dependencies:

Run:

# You need to create an empty folder for mongodb data, because mongo won't do it itself
mkdir db
docker-compose up -d

Development:

Dependencies:

Run:

web

cd web/
pnpm i
pnpm dev

api

cd api/
echo "MONGODB_URI=mongodb://localhost:27017" > .env
cargo run

caddy - mixing api and web together on one port

caddy run

About

No description, website, or topics provided.

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors