georgejkaye / playlist-control

Tool for partygoers to contribute to the playlist

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

party-playlist

Tool for partygoers to contribute to the playlist

Development

Set up the environment variables:

# .env

CLIENT_PORT=
SERVER_PORT_A=

# Just for deploying with traefik
CLIENT_HOST=
# Used within client to talk to server
SERVER_HOST=
SERVER_PROTOCOL=

SPOTIFY_APP_ID=

Create your secrets:

  • key.secret: key used by the server to hash passwords
  • spotify.secret: app secret generated by Spotify

Run the dev docker compose file:

# new
docker compose -f docker-compose.dev.yml up --build
# old
docker-compose -f docker-compose.dev.yml up --build

About

Tool for partygoers to contribute to the playlist


Languages

Language:TypeScript 81.1%Language:Python 17.8%Language:JavaScript 0.6%Language:CSS 0.5%