Skip to content

Latest commit

 

History

History

music-manager

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Music Manager

The backend service for the Intania Jukebox app.

Features

  • Control the song queue
  • Respond to keypad input
  • Responsd to user input

Installation

  1. Install python 3.12 or later, pipx and poetry

Python Pipx Poetry

pipx install poetry
  1. Install the required packages
poetry install
  1. Run the server
poetry run start

or

poetry run python -m app