Everything APi that you can use in any frontend App
Clone de project and
cd everything_api
install packages
composer install
copy env.exemple to .env
copy .env.example .env
use sqlite or update DB credentials to fit your needs
DB_CONNECTION=sqlite
# DB_HOST=127.0.0.1
# DB_PORT=3306
# DB_DATABASE=laravel
# DB_USERNAME=root
# DB_PASSWORD=
migrate the migrations
php artisan migrate
Test the /api/v1/items