» Node.js: Building Full-Text Search API with ElasticSearch » 1. Introduction » 1.2 Objectives

Project Objectives

This project aims to implement an API server that can do full-text search on books.

The following technologies should be used:

  • It indexes/searches documents in Elasticsearch.

es logo

  • It can be deployed with Docker and Docker Compose.

docker

PrevNext