{"id":15068853,"url":"https://github.com/oh-dab/server-api","last_synced_at":"2026-01-20T10:32:12.026Z","repository":{"id":178273398,"uuid":"661621291","full_name":"oh-dab/server-api","owner":"oh-dab","description":null,"archived":false,"fork":false,"pushed_at":"2023-10-02T09:28:08.000Z","size":373,"stargazers_count":0,"open_issues_count":8,"forks_count":0,"subscribers_count":0,"default_branch":"develop","last_synced_at":"2025-04-05T07:12:34.668Z","etag":null,"topics":["domain-driven-development","githubactions-ci","java11","junit5-tests","mybatis","restful-api","spring-boot","spring-data-jpa","spring-rest-docs"],"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/oh-dab.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":"2023-07-03T09:26:26.000Z","updated_at":"2024-12-31T19:44:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"49308808-e887-4118-abf3-c020550a8655","html_url":"https://github.com/oh-dab/server-api","commit_stats":null,"previous_names":["oh-dab/server-api"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/oh-dab/server-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oh-dab%2Fserver-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oh-dab%2Fserver-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oh-dab%2Fserver-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oh-dab%2Fserver-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oh-dab","download_url":"https://codeload.github.com/oh-dab/server-api/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oh-dab%2Fserver-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28601826,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T09:39:28.479Z","status":"ssl_error","status_checked_at":"2026-01-20T09:38:10.511Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["domain-driven-development","githubactions-ci","java11","junit5-tests","mybatis","restful-api","spring-boot","spring-data-jpa","spring-rest-docs"],"created_at":"2024-09-25T01:39:29.584Z","updated_at":"2026-01-20T10:32:12.004Z","avatar_url":"https://github.com/oh-dab.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\u003ch1\u003eOh!Dab\u003c/h1\u003e \n\u003cp\u003e수학학원 학생들의 오답관리 서비스\u003c/p\u003e\n\n\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Java-11-182D44?style=for-the-badge\u0026logoColor=white\"/\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Spring Boot-2.7.14-80EA6E?style=for-the-badge\u0026logoColor=white\"/\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Spring Data JPA-2.7.14-80EA6E?style=for-the-badge\u0026logoColor=white\"/\u003e\n    \u003cimg src=\"https://img.shields.io/badge/MyBatis-2.2.0-4D3D3F?style=for-the-badge\u0026logoColor=white\"/\u003e\n    \u003cimg src=\"https://img.shields.io/badge/JUnit-5-DC514B?style=for-the-badge\u0026logoColor=white\"/\u003e\n\u003c/div\u003e\n\u003cbr /\u003e\n\u003c/div\u003e\n\n## Activity\n\n![Alt](https://repobeats.axiom.co/api/embed/b57f402847a7063c4a1e2420951848e40a4741ea.svg \"Repobeats analytics image\")\n\n## API 명세서\n- [**명세서**](https://oh-dab.github.io/server-api/index.html)\n\n## ERD 다이어그램\n```mermaid\nclassDiagram\ndirection BT\nclass CLASSROOM {\n   datetime(6) created_at\n   datetime(6) updated_at\n   varchar(255) classroomInfo_description\n   int classroomInfo_grade\n   varchar(255) classroomInfo_name\n   bigint teacher_id\n   bigint classroom_id\n}\nclass MEMBER {\n   datetime(6) created_at\n   datetime(6) updated_at\n   varchar(255) member_name\n   varchar(255) member_password\n   varchar(255) status\n   bigint member_id\n}\nclass MEMBER_AUTHORITY {\n   bigint member_id\n   varchar(255) authorities_role\n}\nclass MISTAKENOTE {\n   datetime(6) created_at\n   datetime(6) updated_at\n   bigint student_id\n   bigint workbook_id\n   bigint mistakenote_id\n}\nclass MISTAKE_RECORD {\n   int count\n   bigint mistakenote_id\n   int problem_number\n}\nclass STUDENT_LIST {\n   bigint classroom_id\n   bigint students_id\n}\nclass WORKBOOK {\n   datetime(6) created_at\n   datetime(6) updated_at\n   bigint classroom_teacher_id\n   varchar(255) workbook_description\n   int workbook_ending_number\n   varchar(255) workbook_name\n   int workbook_starting_number\n   bigint workbook_id\n}\nclass WORKBOOK_LIST {\n   bigint classroom_id\n   bigint workbooks_id\n}\nclass hibernate_sequence {\n   bigint next_val\n}\n\nMEMBER_AUTHORITY  --\u003e  MEMBER : member_id\nMISTAKE_RECORD  --\u003e  MISTAKENOTE : mistakenote_id\nSTUDENT_LIST  --\u003e  CLASSROOM : classroom_id\nWORKBOOK_LIST  --\u003e  CLASSROOM : classroom_id\n```\n\n## 팀원\n\u003ctable\u003e\n  \u003ctbody\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"5%\"\u003e\u003ca href=\"http://github.com/simhani1\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/48800281?v=4\"/\u003e\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"5%\"\u003e\u003ca href=\"https://github.com/linirini\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/101927543?v=4\"/\u003e\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"5%\"\u003e\u003ca href=\"https://github.com/Fixtar\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/58902013?v=4\"/\u003e\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n        \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/oh-dab/server-api/pulls?q=is%3Apr+is%3Aclosed+assignee%3Asimhani1\" title=\"Closed Pull Requests\"\u003e심종한\u003c/a\u003e\u003c/td\u003e\n        \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/oh-dab/server-api/pulls?q=is%3Apr+is%3Aclosed+assignee%3Alinirini\" title=\"Closed Pull Requests\"\u003e이예린\u003c/a\u003e\u003c/td\u003e\n        \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/oh-dab/server-api/pulls?q=is%3Apr+is%3Aclosed+assignee%3AFixtar\" title=\"Closed Pull Requests\"\u003e황성하\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n  \u003c/tbody\u003e\n\u003c/table\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foh-dab%2Fserver-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foh-dab%2Fserver-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foh-dab%2Fserver-api/lists"}