-- GETTING STARTED --
git clone https://github.com/BryanSmith00/Uma-Database-Project-Team-3
cd /Uma-Database-Project-Team-3/CoogMusic
sudo npm install
node app.js
visit localhost:3000
-- DIRECTORY STRUCTURE --
/mysql scripts - Contains data entry scripts for easily resetting the dbms
/CoogMusic - The main project folder
/CoogMusic/cover_art - Storage for any uploaded songs cover art
/CoogMusic/Music - Music file storage
We chose not to store this information on the server as the hosting costs would be increased with many file and image transfers
/CoogMusic/app.js - Main file for the webapp which includes all of our routes
/CoogMusic/public - Constains the resources for the frontend and script for the webapp
/CoogMusic/public/database.js - This is where we establish a connection to the database when the application starts
/CoogMusic/public/passport.js - User authentication
/CoogMusic/views - Contains all of our frontend pages