You're a jetsetting high flyer who is nearly always on the move. You often end up sleeping in airports due to poor flight connections. Your task is to build an application to find the cheapest hotel near an airport on a particular date. This will allow you to spend more time in a comfy bed and less time on the airport floor!
Build a simple server that, given an airport code (eg, YVR) and a date, will return the three cheapest hotel rooms. (in case one is booked up or doesn't like the look of you). Make sure your output only contains the required information, the name of the hotel, address, phone number, and the rate for a room.
Please provide instructions on how to build and execute your project.