IUS-CS / CDT

Party songs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CDT

CDT brings music collaboration to parties and other social gatherings through an easy to use Android application. It utilizes YouTube music videos to deliver a wide variety of free music content to users while taking the headaches out of a single person creating playlists for a diverse group of people. The app consists of two modes, hosting and contributing. The hosting mode contains controls for moderating music while the contributing mode allows users to suggest, upvote, and downvote songs.

Getting Started

Prerequisites

Compiling and Running

To run the server:

go run Server/server.go

To compile server to a binary

go build Server/Server.go

Set Up the Android Studio Project:

  • In android studio, choose File->Open and go to the path to the App/ directory

  • When the project is loaded do the following:

    Build->Clean Project Tools->Android->Sync Project With Gradle Files

  • Visit google's information page on implementing google sign in and follow the directions for creating a new console project to get google sign in working with your android studio build.

  • For more information on compiling and running the CDT android application in Android Studio go here

Running the tests

Server tests should be ran with the built in go test command

cd Server/
go test 

The CDT Android Application utilizes the Junit test suite in Android Studio. For information on running Junit tests with android studio go here

License

All rights to this project are reserved- see LICENSE file for details

About

Party songs


Languages

Language:HTML 87.9%Language:Java 9.9%Language:Go 1.3%Language:CSS 0.9%