git clone
cd legendary-garbanzo
composer update --dev
php -S localhost:8000 -t public
localhost:8000/hotels?q={searchQuery|City|PriceRange|DateRange}
localhost:8000/hotels?sortby={Name,Price | Name | Price}
localhost:8000/hotels?q=hot&sortby=Name
localhost:8000/hotels?q=$100:$200&sortby=Price
localhost:8000/hotels?q=10-10-2020:15-10-2020&sortby=Price
cd legendary-garbanzo
./vendor/bin/phpunit
legendary-garbanzo is a generated repo name by github also better than SearchSortTest(Old Name)