Deezify is a project to create a common queue between the spotify and deezer services. It's made with FastAPI, SvelteJS and PostgreSQL. Hope you'll enjoy it.
NOTE: It's a preview: meaning only Spotify and Deezer are supported and no clients other than web client are neither supported
A hosted instance can be found at: https://deezify.duckdns.org
.env
directory in the root of the projectbackend.env
db.env
pgadmin.env
Optional# backend.env
DEEZER_APP_ID=
DEEZER_SECRET_KEY=
SPOTIFY_CLIENT_ID=
SPOTIFY_CLIENT_SECRET=
DB_USER=
DB_PASSWORD=
# db.env
POSTGRES_USER=
POSTGRES_PASSWORD=
Optional
# pgadmin.env
PGADMIN_DEFAULT_EMAIL=
PGADMIN_DEFAULT_PASSWORD=
docker compose up --buil -d
commandFrontend will be accessible at http://localhost:8080
and backend at http://localhost:3000