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.
|
2 years ago | |
---|---|---|
db | 2 years ago | |
public | 2 years ago | |
src | 2 years ago | |
views | 2 years ago | |
.dockerignore | 3 years ago | |
.gitignore | 3 years ago | |
Dockerfile | 3 years ago | |
Dockerfile.prod | 3 years ago | |
README.md | 3 years ago | |
RELEASE.md | 2 years ago | |
docker-compose.yml | 3 years ago | |
nodemon.json | 3 years ago | |
package-lock.json | 3 years ago | |
package.json | 3 years ago | |
tsconfig.json | 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
-
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
-
docker-compose up
(optionally with-d
)