Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 706 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 706 Bytes

Description

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.

Getting Started

Requirements (Included in virtual enviroment)

  • Python 2.7
  • pip packages in requirements.txt

Running

  • 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

Stopping

  • End program
    • Contol-C from keyboard in bash window
  • Deactivate virtual enviroment
    • Deactivate