This repository is a basic client-server code to operate CRUD on Elasticsearch with SOLID principle.
Let's look at Makefile to run a command that we need.
Execute make upES to turn on our Elasticsearch locally.
Execute make run to run our CRUD Server.
Execute make downES to teardown running Elasticsearch.