In this project, basic elasticsearch operations is performed
- creating an index
- saving document to an index
- Updating a document of an index
- deleting a document from an index
- deleteing an index
- Define Mapping (Schema ) for a Index
There is postman file is also commited to this repository for the api refrences.