This tool is for people that are in the market for a car. It allows the user to compare up to three different cars at the same time.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Replace the lines below in the db_connect file with your credentials.
$dbname = ''; // FAU username
$dbuser = ''; // FAU username
$dbpass = ''; // FAU LAMP password
Insert your API key from developer.cars.com into the url variable in the getCarDetails and getCarTrims files.