I made a simple todo app with Laravel Livewire Volt Class API and Folio for file based routing using MySQL database. I also used Socialite for Google registration/signup.
To run do:
composer install
npm install
php artisan key:generate
php artisan migrate
nmp run dev
php artisan serve
in second terminal