/jukebox

The code for earbud.club

Primary LanguagePythonMIT LicenseMIT

jukebox

Development

docker-compose -f docker-compose.dev.yml up --build

then

docker-compose -f docker-compose.dev.yml down -v

some items differ in development and testing. To run the app in staging / production mode try

docker-compose -f docker-compose.prod.yml up --build

once the app is running,

  • Vist localhost, you're not in a room yet so you'll see not_in_room

  • To get the code, visit /host host_page

  • After sign in you should see a search page. You'll be able to search for and then queue songs song_search

Troubleshooting

  • Visit localhost:15672 and sign in as guest / guest to observe the queues queues