- PHP >= 7.2.5
- MySQL
- Clone the repository.
- Go to the main path
cd src. - Install project dependencies (make sure you have installed composer on your machine)
composer install. - Create .env file from .env.example and set database configuration in your .env file.
- Run this command for creating tables and insert default data in tables
php artisan migrate:fresh --seed. - Run the server by this command (make sure your 8000 port is free in your machine)
php artisan serve. - Go to this path on your browser
http://127.0.0.1:8000.
- Go to the main path
cd src. - Run this command for running tests
php artisan dusk.
After the project is installed successfully on your machine on the main route you can find the related form and table of books and work with the project.