pip install -r requirements.txt
python run.py
Configure with environment variables:
MUSIC_PATH
: path to directory to keep music (directory must exist)MONGO_SRV
: mongodb+srv urlDEBUG
: enable hot reload
For example, a full launch command could be
DEBUG=True MONGO_SRV="mongodb://localhost:27017" MUSIC_PATH="~/some/path" python run.py
Built with FastAPI and uvicorn ASGI.