An app to manage requests for music performance streamers to learn new songs. https://lrq.k7dxs.net/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Dessa Simpson dd423bdb34 Fix empty subscriptions page crash 2 years ago
db Bump version to v0.8 2 years ago
public Trim whitespace from URL on client side 2 years ago
src Fix empty subscriptions page crash 2 years ago
views Add sorting to UI 2 years ago
.dockerignore Update Dockerfile.prod and .dockerignore 3 years ago
.gitignore Initial commit 3 years ago
Dockerfile Initial commit 3 years ago
Dockerfile.prod Update Dockerfile.prod and .dockerignore 3 years ago
README.md Add Youtube API key to README.md instructions 3 years ago
RELEASE.md Update 'RELEASE.md' 2 years ago
docker-compose.yml Shorten container names in docker-compose.yml 3 years ago
nodemon.json Initial commit 3 years ago
package-lock.json Finish implementing login 3 years ago
package.json Finish implementing login 3 years ago
tsconfig.json Consistency and cleanup 3 years ago

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)