-
Clone the project and install the dependencies via composer.
composer install
-
Create .env file with the proper credentials...
API_URL=https://xxxxxx API_KEY=xxxxxx DB_HOST=xxxx DB_NAME=xxxx DB_USER=xxxx DB_PASS=xxxx
-
Create database and import the schema from the schema folder
-
Scrap the properties by running the scrap.php script from the command line.
php scrap.php
-
After scrapping open index.php in your browser to see and search the listings.
Enjoy