{"id":25314817,"url":"https://github.com/sinam7/studywithkookmin","last_synced_at":"2026-04-13T01:03:47.876Z","repository":{"id":239807199,"uuid":"793633068","full_name":"sinam7/StudyWithKookmin","owner":"sinam7","description":"교내 구성원들의 스터디 구인 플랫폼","archived":false,"fork":false,"pushed_at":"2024-05-22T08:53:51.000Z","size":454,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"feature","last_synced_at":"2025-02-13T17:52:00.724Z","etag":null,"topics":["react","spring-boot","spring-security-oauth2","styled-components"],"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/sinam7.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-04-29T15:30:47.000Z","updated_at":"2024-05-25T05:41:56.000Z","dependencies_parsed_at":"2024-05-22T10:03:39.193Z","dependency_job_id":null,"html_url":"https://github.com/sinam7/StudyWithKookmin","commit_stats":null,"previous_names":["sinam7/studywithkookmin"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sinam7%2FStudyWithKookmin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sinam7%2FStudyWithKookmin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sinam7%2FStudyWithKookmin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sinam7%2FStudyWithKookmin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sinam7","download_url":"https://codeload.github.com/sinam7/StudyWithKookmin/tar.gz/refs/heads/feature","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247675604,"owners_count":20977378,"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":["react","spring-boot","spring-security-oauth2","styled-components"],"created_at":"2025-02-13T17:37:50.902Z","updated_at":"2026-04-13T01:03:47.836Z","avatar_url":"https://github.com/sinam7.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Study With Kookmin\n\n국민대학교 2023-1 웹클라이언트컴퓨팅 프로젝트 과제입니다.\n\nReact로 프론트엔드를 구성하고 Spring Boot로 REST API 서버를 구성했습니다.\n\nDBMS는 로컬 개발환경 구성에 편리한 H2를 선택했습니다.\n\n# 시작하기\n\n## 사전 준비사항\n\nGoogle OAuth 2.0 API 설정이 필요합니다.\n\n[Google OAuth Credentials](https://docs.retool.com/data-sources/guides/authentication/google-oauth) 참고 바랍니다.\n\n(!) 중요 참고사항: '승인된 자바스크립트 원본' 설정 시 http://localhost 와 http://localhost:3000 모두 등록해야 합니다.\n\n## Spring boot\n\n1. application-oauth.properties 파일을 만들거나, application.properties 파일에 아래 정보를 추가해야 합니다.\n\n```properties\napp.jwtSecret=\"256 bits 이상의 문자열\"\napp.googleClientId=\"google 클라이언트 ID\"\n\nspring.security.oauth2.client.registration.google.client-id=\"google 클라이언트 ID\"\nspring.security.oauth2.client.registration.google.client-secret=\"google 클라이언트 비밀번호\"\nspring.security.oauth2.client.registration.google.scope=profile,email\nspring.security.oauth2.client.registration.google.redirect-uri=http://localhost:3000\n\n```\n\n2. 터미널에서 아래 명령어를 실행합니다.\n```shell\ncd StudyWithKookmin\n\n./gradlew build\n\ncd build/libs\n\njava -jar studywithkookmin-0.0.1-SNAPSHOT.jar\n```\n\n## REACT\n\n1. .env 파일에 아래 형식의 값을 추가하거나 수정해야 합니다.\n\n```js\nREACT_APP_API_URL=\"http://localhost:8080\"\nREACT_APP_GOOGLE_CLIENT_ID=\"google 클라이언트 ID\"\n```\n\n2. 터미널에서 아래 명령어를 실행합니다. (경로에 주의합니다.)\n```shell\ncd StudyWithKookmin\\src\\reactFront\\swk-react\n\nnpm install\n\nnpm start\n```\n\n참고사항: npm install 실행 중 버전 충돌 문제 발생 시, npm install --force 명령어로 강제 설치하세요.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsinam7%2Fstudywithkookmin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsinam7%2Fstudywithkookmin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsinam7%2Fstudywithkookmin/lists"}