538 B
538 B
ryobi-crawler
Project start
- Clone repository using
git clone https://git.techtube.pl/krzysiej/ryobi-crawler.git - Cd into project directory
cd ryobi-crawler - Build and start docker container
docker compose up -d - Run
docker compose exec php-app php index.php app:migratefile to createdatabase.sqliteand create tables. - Run
docker compose exec php-app php index.php app:scrapecommand to scrape all the products from the ryobi website. - Access web interface using
localhost:9000address in web browser.