Speaker is an online audio publishing platform built with the Laravel framework.
There you can search, upload and listen to your favorite tracks.
- Login
- User registration
- Upload audios
- Delete audios
- Edit audios
- Search audios
- Create playlists
❌ Not yet implemented
- In your terminal, enter the project folder and run the following commands in sequence:
composer install
copy .env.example .env
php artisan key:generate
- Open the .env file and configure:
- DATABASE
- set
FILESYSTEM_DRIVER=public
- Open the terminal again and run:
php artisan migrate
php artisan storage:link
php artisan serve
Open in your browser http://localhost:8000
Tools used in the project:
- PHP / LARAVEL 8
- MySQL
- HTML5
- CSS3
- JavaScript
- Bootstrap 5
Gustavo Henrique 💻 |

