QuickShop is a PHP-based product search application that aggregates listings from major retailers such as Amazon, Walmart, Target, and Costco. Users can search for products, filter results, and save items to a personal shopping list.
- Product search with aggregated results from multiple retailers
- Category filters and sorting options
- Shopping list management
- Integration with the Unwrangle API
- PHP 8.4+
- MySQL 8.4+ or MariaDB 12.1+
- Web server (Apache/Nginx)
- API key for Unwrangle (configured in
resources/php/api.php)
- Install XAMPP
- Place the project in
htdocs(e.g.,C:\xampp\htdocs\QuickShop) - Start Apache and MySQL from the XAMPP Control Panel
- Visit http://localhost/QuickShop
For deployment to a live server, see the full Deployment Guide.
This project was created as part of a school project and is for demonstration purposes only.