PHP Developer Test
Example of deploying a test task:
- git clone https://github.com/yansem/hicaliber-test.git
- run the command "composer install"
- run the command "php artisan key:generate"
- run the command "npm install"
- create a file with the path "database/database.sqlite"
- copy the ".env.example" file and name the new file ".env"
- run the command "php artisan migrate --seed"
- run the command "php artisan serve"
- open new terminal window and run the command "npm run dev"
- application will be accessible in web browser at http://localhost:8000
- click the search button to search
Additionally, validation on the client and server has been added. Added tests that can be run with the "php artisan test" command.