Karaoke Party is a web app that runs DIY karaoke so you don't have to. Who needs a DJ?
Currently under rapid development. Check back soon 🎤 🎉
Os-level requirements:
Install Python requirements with pipenv:
pipenv install
Or the old fashioned way, with pip:
pip install -U -r requirements.txt
Make a Postgres database:
createdb karaoke
Create the tables:
export FLASK_APP=karaoke/__init__.py
flask initdb
You're ready to start the server:
python runserver.py