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.json
andhotels.json
). - Provides a
/search
endpoint 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