Skip to content

ujwaldhakal/online-playlist-api

Repository files navigation

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