This is a web application for managing books. It was created using Laravel. It is a simple application that allows you to add, edit, and delete books.
composer install
npm install
npm run dev
docker-compose up -d
DB_CONNECTION=pgsql
DB_HOST=127.0.0.1
DB_PORT=5432
DB_DATABASE=library
DB_USERNAME=root
DB_PASSWORD=root
php artisan migrate
php artisan storage:link
php artisan serve
✔️ Look the application in the browser at port http://127.0.0.1:8000/