Created by Errol A. Zuñiga Jr.
Hands-on exam for the Senior Software Engineer Job Application at QuadX
This is a prototype designed to fetch and display the order data provided by QuadX API.
Everything here is written from scratch. Guzzle is the only third party library used.
A simple MVC framework was made just to show the developer's level of understanding on the subject. The task can be achived with minimal and procedural type of code but the developer decided on this approach to showcase his skills.
- Setup local copy by running "git clone https://github.com/Fatal-Errol/QuadxOrder <target_dir>"
- Initialize dependencies by running "composer install"
- Run "php index.php" from the project directory
The exposed configuration are in config/main.global.php. You can modify the product list there for debugging purposes.