This project is designed to track the prices of products from various online retailers. It allows users to monitor price changes over time, receiving notifications for price drops.
This is a laravel project that can be hosted on any shared hosting service supporting PHP 8.4+
- Clone the project on your server
- Initialize the project using
make install
- Login and start adding products
The project use laravel jobs, to ensure all task are handled add this as a cronjob
php artisan queue:work --stop-when-empty