V-Neck / 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

To set up the android studio project:

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

When the project is loaded do the following:

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

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:Java 64.9%Language:Go 35.1%