The backend service for the Intania Jukebox app.
- Control the song queue
- Respond to keypad input
- Responsd to user input
- Install python 3.12 or later, pipx and poetry
pipx install poetry
- Install the required packages
poetry install
- Run the server
poetry run start
or
poetry run python -m app