Collaborative video queue where multiple users will add and vote on different Youtube videos to be played from a single computer. Built with Flask framework using AJAX and SQLite.
- Python 2.7
- pip packages in requirements.txt
- Activate virtual enviroment in bash (No requirements needed when running from virual enviroment)
source m-q-env/bin/active
- Start app
python flaskapp.py runserver
- End program
Contol-C
from keyboard in bash window
- Deactivate virtual enviroment
Deactivate