Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 284 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 284 Bytes

Song-Request-Server

Steps To Run

git clone https://github.com/bastolaxantos/Song-Request-Server.git

cd Song-Request-Server

composer install

copy .env.example to .env

update db details on .env file

php artisan migrate

php artisan serve