This project was created in order to listen not only to your own music, but also to the music of other users. PEVN stack is used here
USER_NAME=myUserDatabaseName
USER_PASSWORD=myUserDatabasePassword
DATABASE_NAME=myDatabaseName
SERVER_PORT=myServerPort
SERVER_HOST=myServerHost
SECRET_KEY=mySecretKey
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generate