Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 623 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 623 Bytes

Jukebox

A party music queue.

Authors: Jonathan Chan, Surabi Kondapaka, Daniel Sitnick, Vivian Yung

How to run (MAC OS):

  1. Download and install XAMPP
  2. Download files from repository and extract them to the directory you installed XAMPP in, inside ./htdocs/Jukebox
  3. Start the Apache servers and MySQL servers on XAMPP
  4. Visit localhost/phpmyadmin in your web browser and create three (3) databases: jb_playlists, jb_songs, jb_users
  5. Run localhost/Jukebox/setup.php in your web browser to setup databases
  6. Visit localhost/Jukebox/Login.php in your web browser to start