To get this application running, make sure you do the following in the Terminal:
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
createdb playlist-app
flask run