|
5 months ago | |
---|---|---|
db | 5 months ago | |
public | 1 year ago | |
src | 5 months ago | |
views | 1 year ago | |
.dockerignore | 2 years ago | |
.gitignore | 2 years ago | |
Dockerfile | 2 years ago | |
Dockerfile.prod | 2 years ago | |
README.md | 2 years ago | |
RELEASE.md | 1 year ago | |
docker-compose.yml | 2 years ago | |
nodemon.json | 2 years ago | |
package-lock.json | 2 years ago | |
package.json | 2 years ago | |
tsconfig.json | 2 years ago |
An app to manage requests for music performance streamers to learn new songs.
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
)