{"id":20485717,"url":"https://github.com/alpha74/miniblog_springboot","last_synced_at":"2026-05-08T13:02:43.148Z","repository":{"id":102838582,"uuid":"521878355","full_name":"alpha74/MiniBlog_SpringBoot","owner":"alpha74","description":"MiniBlog implementation using Spring Boot. Backend APIs only.","archived":false,"fork":false,"pushed_at":"2022-08-24T10:54:51.000Z","size":93,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-16T04:41:26.789Z","etag":null,"topics":["java","rest-api","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alpha74.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-08-06T07:30:35.000Z","updated_at":"2022-08-18T12:38:05.000Z","dependencies_parsed_at":"2023-03-13T15:14:24.347Z","dependency_job_id":null,"html_url":"https://github.com/alpha74/MiniBlog_SpringBoot","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/alpha74%2FMiniBlog_SpringBoot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alpha74%2FMiniBlog_SpringBoot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alpha74%2FMiniBlog_SpringBoot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alpha74%2FMiniBlog_SpringBoot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alpha74","download_url":"https://codeload.github.com/alpha74/MiniBlog_SpringBoot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242060698,"owners_count":20065582,"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":["java","rest-api","spring","spring-boot"],"created_at":"2024-11-15T16:32:52.923Z","updated_at":"2026-05-08T13:02:38.099Z","avatar_url":"https://github.com/alpha74.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MiniBlog Backend APIs\n\n## Spring Boot with REST\n\n#### [Notes](NOTES.md)\n\n### APIs\n\n#### GET /healthStatus\n\n- Health Check API\n- Returns String response: `status:OK`\n\n\n#### GET /healthStatusBean\n- Health Check API\n- Returns JSON response:\n\n```\n{\"status\":\"OK\"}\n```\n\n\n#### GET /users\n\n- Returns all users.\n- Returns JSON response:\n\n```\n[\n {\"id\":1,\"name\":\"Jackson\",\"birthDate\":\"2022-08-05T18:19:27.767+00:00\"},\n {\"id\":2,\"name\":\"Johnson\",\"birthDate\":\"2022-08-05T18:19:27.767+00:00\"},\n {\"id\":3,\"name\":\"McDonald\",\"birthDate\":\"2022-08-05T18:19:27.767+00:00\"}]\n```\n\n#### GET /users/{id}\n\n- Returns data of single users, else null.\n- Returns JSON response:\n\n```\n{\"id\":1,\"name\":\"Jackson\",\"birthDate\":\"2022-08-06T07:42:11.033+00:00\"}\n```\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falpha74%2Fminiblog_springboot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falpha74%2Fminiblog_springboot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falpha74%2Fminiblog_springboot/lists"}