Skip to content
This repository has been archived by the owner on Nov 22, 2021. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 450 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 450 Bytes

WebCrawler

This project is created to fulfill job interview test. The test requirement can be seen in the figure below. The main objective of this project is to add product to a bag without using browser automation.

Usage

  1. Clone this repository
  2. Install all the dependencies
  3. Execute index.php using php interpreter
  4. You can also run unit testing by executing phpunit in the vendor directory.