A React and Springboot based project for tech enthusiasts to learn using Elasticsearch in the real time applications.
You will need docker-compose to be installed.
- Build the image using Dockerfile and docker-compose file.
docker-compose build
- Create and run the container using the built images.
docker-compose up
Once docker-compose is successfull, you can access this application on your machine by accessing http://localhost:3000.
To visualize the data into the browser you can you use 'elasticsearch head' plugin for google chrome: Guide to setup elasticsearch head : https://github.com/mobz/elasticsearch-head