kyanrong / foodkingeats

NOC FoodKing eats

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FoodKingEats

Heroku, React, Express, Elasticsearch, Postgres Views

https://foodkingeats.herokuapp.com/

This is a simple to app to search for food/places that FoodKing has visited. Only Season 1 videos have been added so far!

This app was built using React for frontend, and Express for backend. Hosted on Heroku with a Postgres database and Elasticsearch for search.

Search

Right now, only free text search is supported.

Useful search terms like

  • food name
  • place name
  • place address

were collated into one string and inserted into a Postgres View.

Other useful attributes like price, isHalal, and isSponsored were also added in the event of future improvements to the search.

The data in the View table was then indexed by Elasticsearch.

Terms query and wildcard query were used in Elasticsearch to capture as many results as possible.

About

NOC FoodKing eats


Languages

Language:JavaScript 78.8%Language:Jupyter Notebook 20.1%Language:HTML 1.0%