An app to manage requests for music performance streamers to learn new songs. https://lrq.k7dxs.net/
 
 
 
 
 
 
Go to file
Dessa Simpson 354eddb673 Bump version to v0.5 2021-02-24 20:15:16 -07:00
db Bump version to v0.5 2021-02-24 20:15:16 -07:00
public Allow streamer to set vote point values 2021-02-22 22:53:03 -07:00
src Bump version to v0.5 2021-02-24 20:15:16 -07:00
views Allow streamer to set vote point values 2021-02-22 22:53:03 -07:00
.dockerignore Update Dockerfile.prod and .dockerignore 2020-11-29 12:37:30 -07:00
.gitignore Initial commit 2020-07-01 20:08:33 -07:00
Dockerfile Initial commit 2020-07-01 20:08:33 -07:00
Dockerfile.prod Update Dockerfile.prod and .dockerignore 2020-11-29 12:37:30 -07:00
README.md Add Youtube API key to README.md instructions 2020-11-09 13:37:12 -07:00
RELEASE.md Add release checklist (RELEASE.md) 2020-12-20 13:16:15 -07:00
docker-compose.yml Shorten container names in docker-compose.yml 2020-11-28 22:07:14 -07:00
nodemon.json Initial commit 2020-07-01 20:08:33 -07:00
package-lock.json Finish implementing login 2020-07-05 14:15:30 -07:00
package.json Finish implementing login 2020-07-05 14:15:30 -07:00
tsconfig.json Consistency and cleanup 2020-08-02 22:06:28 -07:00

README.md

Learn Request Queue

An app to manage requests for music performance streamers to learn new songs.

Bootstrapping a Development Environment

  1. Populate .env with:

     URL_PREFIX=http://localhost
    
     PGHOST=db
     PGDATABASE=postgres
     PGUSER=postgres
    
     TWITCH_CLIENTID=Client ID from dev.twitch.tv
     TWITCH_SECRET=Client Secret from dev.twitch.tv
     SESSION_SECRET=Randomly generated secret
     YOUTUBE_SECRET=API Key from Google developer console (Youtube Data API v3, from web server)
    
     LOG_LEVEL=INFO
    
  2. docker-compose up (optionally with -d)