Elasticsearch-query-builder

In this Tutorial, we have made use of the elastic builder library, https://elastic-builder.js.org/. This library has been used to build our queries for search, instead of relying on raw elastic search queries.

Docker

docker-compose up --build

Url: http://localhost:3000/search-all

Local

Install

npm install

Load data

npm run seed

Load data and run server

npm run start:seed

Run server

npm start

Url: http://localhost:3000/search-all