Upload and save your favorite soundtracks
Your machine must have ffmpeg and ffprobe
ffmpeg -version # >= 4.4.2and
ffprobe -version # >= 4.4.2Next, you will need a file server urls that will serve audio and picture files.
For example:
AUDIO_PATH=http://[your_url]/audio/[filename]Put these values in the backend .env.dev in the COVER_PATH and AUDIO_PATH variables.
Also the base schema of the DB is in backend/init/init.sql
From relevant directories
Run these commands from the appropriate directories.
Also pre-specify DB_* variables in .env.dev to connect to Postgres
Client:
npm run devBackand:
make