Skip to content

The Hoen Scanner is a microservice built with Dropwizard that provides a REST API for searching rental cars and hotels in a city using JSON data. It returns matching results based on a POST request with the city name.

Notifications You must be signed in to change notification settings

shruthika1212/hoen-scanner

Repository files navigation

Hoen Scanner

Hoen Scanner is a microservice built with Dropwizard that allows users to search for rental cars and hotels by city.

Features

  • Combines data from JSON files (rental_cars.json and hotels.json).
  • Provides a /search endpoint for filtering results by city.
  • Easy to extend and modify.

Requirements

  • Java 19
  • Maven 3.x
  • IntelliJ IDEA (recommended)

Getting Started

  1. Clone the repository:
    git clone <repo-url>
    cd hoen-scanner

About

The Hoen Scanner is a microservice built with Dropwizard that provides a REST API for searching rental cars and hotels in a city using JSON data. It returns matching results based on a POST request with the city name.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages