Pricebot is web project that monitors and analyzes prices from online shop ,,Dolina Noteci" (URL: https://www.dolina-noteci.pl/). Data is presented in interactive line graphs.
This project is available at this link: http://srv49278.seohost.com.pl/
Project is created with:
- PHP 8.0
- Laravel 8.0
- Javascript
- MySQL
- HTML 5
- CSS 3
- Bootstrap 5
- jQuery 3
- Chart.js
- Datatables.js
- Simple HTML DOM (Web Scraper)
- GIT
git clone https://github.com/hightt/Pricebot.git
cd Pricebot/
composer install
sudo chmod -R 755 storage
sudo chmod -R 755 bootstrap/cache
copy content of file .env.example to .env and set your configuration
php artisan key:generate php artisan products:updateThis command create daily price history and update price all products in db
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.