Skip to content

MBrosik/webplayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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