Auto Complete Project

Requirements

For building and running the application you need:

Running the application locally

  • Clone this project from git@github.com:puneetp0110/AutoComplete.git
  • Set up run configuration and provide Class path.
  • Verify that all test cases are passing.
  • Run application.

Curl command

curl --location --request GET 'localhost:8080/api/autoComplete/word?prefix=abaxi'
--header 'Content-Type: application/json'