Skip to content

App for song requests system much better than the previous google form and spreadsheet scripts and stuff

Notifications You must be signed in to change notification settings

UniversityRadioYork/song-requests

Repository files navigation

Song Requests

This is a simple Go app that handles member requests for the station to purchase songs.

Getting started

Without Docker

Make sure Go is installed.

mkdir data
go build
HOST=http://localhost:8080 MYRADIO_SIGNING_KEY=abcde ./song-request

It is then running on localhost:8080

With Docker

docker build -t songrec .
docker run -d -p 8080:8080 -e HOST=http://localhost:8080 -e MYRADIO_SIGNING_KEY=abcde songrec

This will error if you have already made a data folder so make sure to delete this first if it is there.

About

App for song requests system much better than the previous google form and spreadsheet scripts and stuff

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published