jeancochrane / karaoke-party

🎤 A web app for running your own DIY karaoke party.
MIT License
1 stars 0 forks source link

Karaoke Party

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 🎤 🎉

Installation

Requirements

Os-level requirements:

Install Python requirements with pipenv:

pipenv install

Or the old fashioned way, with pip:

pip install -U -r requirements.txt

Set up

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