Hello,
I need a advice with my search section ... Il give an example of what I need.
Il recive a GET request from my front - end (AngularJS) and it will look like this:
/cars/search/{condition}/{type}/{location}/{year}
DB name : cars DB tables : cars, cars_locations, cars_types
I have to handle request, preform search and output all cars with that conditions with my api in JSON and send back to my front - end ..
What is the best way to preform this search ? ..