Skip to content

amitbansal7/typeahead

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

typeahead

Suggestions for search.

Gives suggestions based on the previous searches.

Technology Stack:

  1. Spring boot
  2. MongoDB
  3. Data Structure : prefix Tree/ Trie
  4. Bootstrap

API

Insert (inserts word into the data structure)

POST - /word

Suggest (returns list of suggestions with sorted according to the frequency of the query)

GET - /word

Screenshots:

Screenshot Screenshot