git clone https://github.com/Arpit078/spot-down.git
cd spot-down
docker compose up
You'll need api keys, create a .env in root with :
PGHOST=postgres
PGPORT=5432
PGDATABASE=spotdowndb
PGUSER=postgres
PGPASSWORD=spot-down-db-password
REDIS_HOST=redis
CLIENT_SECRET=YOUR_SPOTIFY_SECRET
CLIENT_ID=YOUR_SPOTIFY_CLIENT_ID