Skip to content

Music player with audio control, and music upload. Using ReactJS and Laravel

Notifications You must be signed in to change notification settings

iSemary/Musicoker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Musicoker | Music Player

Music player created with Laravel 8 and React 17.0.2

  • ReactJs
  • Laravel
  • MySQL

Used Packages:

  • Sanctum
  • Getid3
  • Bootstrap
  • React Router Dom
  • Sweet Alert 2
  • React Icons
  • Font Awesome
  • Axios

Installation

React Configuration

    cd musicoker-frontend
    npm install
    npm start

Laravel Configuration

    cd musicoker-backend
    composer install
    php artisan key:generate
    php artisan migrate
    php artisan serve

Testing

open: http://127.0.0.1:3000/