Radio Stream is a website that used for listening radio online.
- Listen to radio
- Ai generated description
Client: Laravel 11, Livewire 3, Javascript, TailwindCSS
Server: PHP
Clone project ini
git clone https://github.com/Kepoo311/Radio_Stream.git
cd Radio_StreamInstall dependencies
composer install
npm installConfigurasi DB
php artisan migrate:fresh --seedAdd Groq AI api key in env
GROQ_API_KEY=Run this project
php artisan serve- If you want to change the style do:
npm run dev- Dont forget to uncomment the @vite(..) in resources\views\components\layouts\app.blade.php and comment the link rel="stylesheet" href="{{asset('css/build.css')}}"