{"id":19165375,"url":"https://github.com/met-dev/spring-boot-elasticsearch-crud","last_synced_at":"2026-04-16T12:41:32.459Z","repository":{"id":135891647,"uuid":"537835971","full_name":"MET-DEV/Spring-Boot-Elasticsearch-CRUD","owner":"MET-DEV","description":"Basic CRUD api with Java, Spring Boot, Elasticsearch","archived":false,"fork":false,"pushed_at":"2023-03-26T14:52:23.000Z","size":64,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-03T22:25:46.078Z","etag":null,"topics":["crud-api","elasticsearch","java","spring","spring-boot"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MET-DEV.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-09-17T14:38:22.000Z","updated_at":"2024-08-01T22:31:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"7727925c-83a6-4398-9515-81e45dac4e23","html_url":"https://github.com/MET-DEV/Spring-Boot-Elasticsearch-CRUD","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MET-DEV%2FSpring-Boot-Elasticsearch-CRUD","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MET-DEV%2FSpring-Boot-Elasticsearch-CRUD/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MET-DEV%2FSpring-Boot-Elasticsearch-CRUD/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MET-DEV%2FSpring-Boot-Elasticsearch-CRUD/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MET-DEV","download_url":"https://codeload.github.com/MET-DEV/Spring-Boot-Elasticsearch-CRUD/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240245901,"owners_count":19771029,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["crud-api","elasticsearch","java","spring","spring-boot"],"created_at":"2024-11-09T09:27:40.367Z","updated_at":"2026-04-16T12:41:27.428Z","avatar_url":"https://github.com/MET-DEV.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Note! \n- Download: ` git clone https://github.com/MET-DEV/Spring-Boot-Elasticsearch-CRUD.git ` \n- I used Elasticsearch   ` 7.4.2 `, in other versions you can get error.\n- Docker command for up your image: ` docker run  -p 9200:9200  -p 9300:9300  -e \"discovery.type=single-node\"  -e \"xpack.security.enabled=false\"  docker.elastic.co/elasticsearch/elasticsearch:{your_tag} `\n- If you want basic auth, you can remove ` -e \"xpack.security.enabled=false\" ` from command. \n \n ## Endpoints\nFor Get All Products ```GET localhost:8080/ ``` \u003cbr/\u003e\nFor Add Product ```POST localhost:8080/ ```  \u003cbr/\u003e\nExample Request Body:\n```json\n{\n    \"id\":3,\n    \"name\":\"Fırça\",\n    \"description\":\"Kötü bir fırça\",\n    \"price\":33.5,\n    \"categoryName\":\"ev\"\n}\n```\nFor Update Product ```PUT localhost:8080/update ```  \u003cbr/\u003e\nExample Request Body:\n```json\n{\n    \"id\":3,\n    \"name\":\"Fırça\",\n    \"description\":\"Kötü bir fırça\",\n    \"price\":33.5,\n    \"categoryName\":\"ev\"\n}\n```\nFor Delete Product ```DELETE localhost:8080/{id} ```  \u003cbr/\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmet-dev%2Fspring-boot-elasticsearch-crud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmet-dev%2Fspring-boot-elasticsearch-crud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmet-dev%2Fspring-boot-elasticsearch-crud/lists"}