kfrankc / thenextbestbook

📚Books Recommendation Website for DATA 515A - Spring 2019
2 stars 3 forks source link

Autocomplete features on UI and Backend #5

Closed tharunsikhinam closed 5 years ago

tharunsikhinam commented 5 years ago

Setup autocomplete feature on the UI and backend. 1) Dispatch API call after the second keystroke. 2) Index MongoDB books collection by title and use regex for performing a search 3) Write Flask API to fetch data from MongoDb