Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 350 Bytes

readme.md

File metadata and controls

11 lines (8 loc) · 350 Bytes

Virtual DJ

Platform where one dj would take up all song request from users and play it .

Installation

  • Clone this project
  • Run docker-compose up (current it is using playlist.pagevamp.pv as a default domain)
  • Copy .env.example to .env
  • Composer install & give writeable permission to storage folder
  • Run php artisan migrate