Tech Stack Used: Java 11, Spring Boot, Elastic Search, Spring Data JPA
https://www.elastic.co/downloads/past-releases/elasticsearch-6-5-1
STEP 2: Navigate to Config folder and open elasticsearch.yml. Uncomment 'cluster.name:' property & update it as below
cluster.name: stocksearch
STEP 3: Navigate to bin folder and open terminal at this path. Type the below command and press enter
elasticsearch.bat
Now Run the Application.java from IDE
File -> Import -> Upload Files -> select stock_search .postman_collection
Please use the TestStocks.xlsx as a sample excel sheet for your reference