Hoen Scanner is a microservice built with Dropwizard that allows users to search for rental cars and hotels by city.
- Combines data from JSON files (
rental_cars.jsonandhotels.json). - Provides a
/searchendpoint for filtering results by city. - Easy to extend and modify.
- Java 19
- Maven 3.x
- IntelliJ IDEA (recommended)
- Clone the repository:
git clone <repo-url> cd hoen-scanner