reidswan / auxify

Backend for a Spotify shared queue! Listen with family and friends!

Home Page:https://auxify.reidswan.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Auxify

Backend for a shared spotify play queue. Allow your friends and family to choose what plays next!

Running the server

Recommended to run in a Python virtual environment.

  • Install app requirements: pip install -r requirements.txt
  • Install dev requirements: pip install -r dev-requirements.txt
  • Create the database: python schema/recreate_db.py
  • Run the server: adev runserver main.py --app-factory get_app -p 8080 OR python main.py
    • adev is recommended as it provides automatic reload of the server on code change
    • .\runserver.ps1 if running in Powershell

About

Backend for a Spotify shared queue! Listen with family and friends!

https://auxify.reidswan.com


Languages

Language:Python 99.0%Language:PowerShell 0.6%Language:Dockerfile 0.3%Language:Shell 0.1%