Skip to content

Web and mobile music player with an ability to download tracks from YouTube

Notifications You must be signed in to change notification settings

Lereena/basement-music

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

style: lint Web build and deploy

Basement

Music player with the ability to download tracks from YouTube


To run server you should use docker-compose.

Create .env file with the following content in project directory:

POSTGRES_USER=<your postgres user>
POSTGRES_PASSWORD=<your postgres user password>
POSTGRES_DB=postgres
LISTEN_PORT=<port which application will listen on>
LISTEN_HOST=<host which application will listen on>
POSTGRES_EXTERNAL_PORT=<port on which postgres will be available from outer world>

Then run following command in project directory:

sudo docker-compose build && sudo docker-compose up -d

About

Web and mobile music player with an ability to download tracks from YouTube

Resources

Stars

Watchers

Forks

Packages