/webplayer

Webplayer

Primary LanguageVue

Webplayer

Interface

Installation

  • in project directory
git init
git remote add origin https://github.com/MBrosik/webplayer.git
git pull origin master
  • split terminal
  • in first terminal
cd .\KLIENT
npm i
npm run serve
  • in second terminal
cd .\SERWER
npm i
node server.js

Features

  • Listening to music
  • Creating playlist
  • Looping/shuffle
  • Volume change
  • Add new albums and music at localhost:3000/admin

Technologies

Frontend

vue sass

Backend

nodejs nedb