Skip to content

sarosh724/mini-streaming-app

Repository files navigation

This is a mini project created as a side hobby

This project is basically a mini music streaming web based application with admin panel developed in Laravel 9

Collaborators

  1. Ahmed Sayyam Github Profile
  2. Sarosh Github Profile

Steps/Commands to make it run

  • composer install
  • update .env with your DB credentails
  • php artisan optimize
  • php artisan migrate --seed
  • php artisan serve

make sure these extensions are enabled in php configuration file

  1. PDO_MYSQL
  2. fileinfo
  3. post_max_size should be greater than 200mb
  4. upload_max_filesize should be greater than 200mb

Admin Site info

  • URL: 127.0.0.1.8000/site/admin
  • username: admin
  • password: admin123

Some Features

  • User can add comments and reply to other comments
  • User can search a song within a category
  • User can rate a song

Some Screenshots