{"id":15134485,"url":"https://github.com/lgomezruiz/api-rest-h2","last_synced_at":"2026-03-05T00:34:27.924Z","repository":{"id":239047284,"uuid":"798358283","full_name":"lgomezruiz/api-rest-h2","owner":"lgomezruiz","description":"Simple REST API with basic knowledge of Spring Boot and using H2 in-memory database.","archived":false,"fork":false,"pushed_at":"2024-05-09T16:28:39.000Z","size":197,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-28T21:44:00.456Z","etag":null,"topics":["api-rest","h2-database","intellij","java","maven","postman","spring","spring-boot","spring-data-jpa","spring-web"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lgomezruiz.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":"2024-05-09T16:06:25.000Z","updated_at":"2024-05-09T16:31:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"8528c8d4-335e-48a0-b878-3696f3e91d17","html_url":"https://github.com/lgomezruiz/api-rest-h2","commit_stats":{"total_commits":2,"total_committers":2,"mean_commits":1.0,"dds":0.5,"last_synced_commit":"6fe2e2b592b6e11fa81646b509dcd216a7bbc747"},"previous_names":["lgomezruiz/api-rest-h2"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lgomezruiz/api-rest-h2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lgomezruiz%2Fapi-rest-h2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lgomezruiz%2Fapi-rest-h2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lgomezruiz%2Fapi-rest-h2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lgomezruiz%2Fapi-rest-h2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lgomezruiz","download_url":"https://codeload.github.com/lgomezruiz/api-rest-h2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lgomezruiz%2Fapi-rest-h2/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30102452,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T23:59:36.199Z","status":"ssl_error","status_checked_at":"2026-03-04T23:56:48.556Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["api-rest","h2-database","intellij","java","maven","postman","spring","spring-boot","spring-data-jpa","spring-web"],"created_at":"2024-09-26T05:21:22.818Z","updated_at":"2026-03-05T00:34:27.895Z","avatar_url":"https://github.com/lgomezruiz.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# API REST with H2\nSimple REST API with basic knowledge of Spring Boot and using H2 in-memory database. In this case, the service manages information about different users, saving their ID, name, surname and email.\n\n## Project preview\n![Postman_1](https://github.com/lgomezruiz/api-rest-h2/assets/97950503/0e91a791-2945-42fc-96fc-db07c04270e3)\n\n## Technologies:\n\n![Java](https://img.shields.io/badge/Java-007396?style=for-the-badge\u0026logoColor=white)\n![Spring Boot](https://img.shields.io/badge/Spring%20Boot-6DB33F?style=for-the-badge\u0026logo=springboot\u0026logoColor=white)\n![Postman](https://img.shields.io/badge/Postman-FF6C37?style=for-the-badge\u0026logo=postman\u0026logoColor=white)\n![IntelliJ IDEA](https://img.shields.io/badge/IntelliJ%20Idea-808080?style=for-the-badge\u0026logo=intellijidea\u0026logoColor=white)\n\nCharacteristics:\n- Project: Maven\n- Language: Java 17\n- Spring Boot 3.2.5\n- Packaging: Jar\n\nDependencies:\n- Spring Web\n- Spring Boot DevTools\n- Spring Data JPA\n- H2 Database\n\nConnection to the H2 Database\n\n![H2_1](https://github.com/lgomezruiz/api-rest-h2/assets/97950503/0a2349c0-b52e-4cd8-9884-3c3754ede59a)\n\nPreviously empty database\n\n![H2_2](https://github.com/lgomezruiz/api-rest-h2/assets/97950503/3ffdf109-3bd3-4036-90f1-1a87096b217d)\n\nDatabase with data saved through HTTP requests\n\n![H2_3](https://github.com/lgomezruiz/api-rest-h2/assets/97950503/a12be6f9-50b8-4d46-83b4-2222ab29e1aa)\n\nPOST example\n\n![Postman_1](https://github.com/lgomezruiz/api-rest-h2/assets/97950503/7dfaf200-eb87-4fc2-a7a3-b3d206477922)\n\nGET example\n\n![Postman_2](https://github.com/lgomezruiz/api-rest-h2/assets/97950503/2c2b0938-3da2-41a2-b6d0-a1ecb34b9f8f)\n\n## Authors ✒️\n\n- **Laura Gómez Ruiz**\n\n[![Portfolio](https://img.shields.io/badge/Portfolio-CEE7FF?style=for-the-badge\u0026labelColor=black\u0026link=https%3A%2F%2Flauragomezruiz.netlify.app%2F)](https://lauragomezruiz.netlify.app/)\n[![linkedin](https://img.shields.io/badge/LinkedIn-0A66C2?style=for-the-badge\u0026logo=linkedin\u0026logoColor=white)](https://www.linkedin.com/in/lgomezruiz/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flgomezruiz%2Fapi-rest-h2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flgomezruiz%2Fapi-rest-h2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flgomezruiz%2Fapi-rest-h2/lists"}