Skip to content

fun-alex-alex2006hw/teamOFP

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Groupify!

logo

The social jukebox for your team, powered by Go!

Components

  • Remote - Spotify.app control app (run locally)
  • API - Portal (manages queue, controls Remote)
  • Amazon SQS - Messaging between Portal and Remote

Getting started

Remote

Build & Run
  1. go get - Install required packages
  2. go build - Build binary
  3. ./remote - Run remote app

Note: You will need to provide Remote with an Amazon access key and secret key for an SQS queue as environment variables or via a .env file.

ACCESS_KEY=XXXXXXXXXXX
ACCESS_SECRET=XXXXXXXXXXXXXXX

API

Build & Run
  1. go get - Install required packages
  2. go build - Build binary
  3. ./api - Run Portal

Note: You will need to provide Remote with an Amazon access key and secret key for an SQS queue as environment variables or via a .env file.

ACCESS_KEY=XXXXXXXXXXX
ACCESS_SECRET=XXXXXXXXXXXXXXX

Releases

No releases published

Packages

No packages published

Languages

  • Go 71.3%
  • HTML 13.7%
  • JavaScript 9.1%
  • CSS 5.9%