Clone the project
git clone https://github.com/otbox/Spotify-DL-RLC.gitGo to the project directory
cd Spotify-DL-RLCOn the folder of the project (Spotify-DL-RLC) add the .env file with the environment variables. On below has the link to get the free API keys.
docker compose upThen, access the client by the link provided by terminal or bash.
-
On client directory run
yarn
On server directory run
npm install
-
On client run
yarn dev
create a new terminal, acccess server on server run
node index.js
To run this project, you will need to add the following environment variables to your .env file get your credentials in https://developer.spotify.com/documentation/web-api and add them to your.env file.
VITE_SPOTIFY_CLIENT_ID
VITE_SPOTIFY_CLIENT_SECRET
Other Techs: Docker, Docker-Compose
Client: Vite, Preact, Axios, Spotify-API
Server: Node, Express, Yt-dlp-exec, yt-search, Axios, MP3-Tag