This repository is a basic client-server code to operate CRUD on Elasticsearch. There is no need for an external library; Only use built-in packages on this project.
Let's look at Makefile to run a command that we need.
Execute make runES
to turn on our Elasticsearch locally.
Execute make run
to run our CRUD Server.
Execute make stopES
to teardown running Elasticsearch.