{"id":19875309,"url":"https://github.com/pknu-wap/glog","last_synced_at":"2025-05-02T10:32:10.806Z","repository":{"id":193819662,"uuid":"689545744","full_name":"pknu-wap/GLOG","owner":"pknu-wap","description":"2023년 2학기 웹 2팀 프로젝트입니다.","archived":false,"fork":false,"pushed_at":"2024-09-10T07:23:42.000Z","size":77142,"stargazers_count":4,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-04-07T01:11:21.745Z","etag":null,"topics":["aws","mysql","nextjs","react","spring-boot"],"latest_commit_sha":null,"homepage":"https://gloog.vercel.app/","language":"TypeScript","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/pknu-wap.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-09-10T06:34:40.000Z","updated_at":"2025-03-03T07:53:27.000Z","dependencies_parsed_at":"2024-01-07T10:40:10.511Z","dependency_job_id":"41066359-aa1f-4bcb-baea-37afb28ff5dd","html_url":"https://github.com/pknu-wap/GLOG","commit_stats":null,"previous_names":["pknu-wap/2023_2_glog","pknu-wap/glog"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pknu-wap%2FGLOG","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pknu-wap%2FGLOG/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pknu-wap%2FGLOG/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pknu-wap%2FGLOG/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pknu-wap","download_url":"https://codeload.github.com/pknu-wap/GLOG/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252023347,"owners_count":21682173,"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":["aws","mysql","nextjs","react","spring-boot"],"created_at":"2024-11-12T16:27:38.473Z","updated_at":"2025-05-02T10:32:05.817Z","avatar_url":"https://github.com/pknu-wap.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![header](https://capsule-render.vercel.app/api?type=waving\u0026color=auto\u0026height=300\u0026section=header\u0026text=We%20are%20team%20Glog!\u0026fontSize=90)\n\n# 2023_2_GLOG\n---\n## Introduction  \n\n우리는 개발자를 위한 블로그를 만드는 팀 글로그 입니다!  \n보다 세련되고 편리한 기능을 제공하기 위해 노력중 입니다 😊\n\n---\n## Stack\n### Front End\n\u003cimg src=\"https://img.shields.io/badge/react-61DAFB?style=for-the-badge\u0026logo=react\u0026logoColor=white\"\u003e    \u003cimg src=\"https://img.shields.io/badge/next.js-000000?style=for-the-badge\u0026logo=next.js\u0026logoColor=white\"\u003e\n\n### Back End\n\u003cimg src=\"https://img.shields.io/badge/spring boot-6DB33F?style=for-the-badge\u0026logo=springboot\u0026logoColor=white\"\u003e\n\n### Coop\u0026Deploy\n\u003cimg src=\"https://img.shields.io/badge/notion-000000?style=for-the-badge\u0026logo=notion\u0026logoColor=white\"\u003e \u003cimg src=\"https://img.shields.io/badge/figma-E7157B?style=for-the-badge\u0026logo=figma\u0026logoColor=white\"\u003e \u003cimg src=\"https://img.shields.io/badge/github-000000?style=for-the-badge\u0026logo=github\u0026logoColor=white\"\u003e \u003cimg src=\"https://img.shields.io/badge/aws-FF9900?style=for-the-badge\u0026logo=amazonaws\u0026logoColor=white\"\u003e\n\n---\n\n### Git Flow\n기본적으로 Git Flow 전략을 이용합니다. 작업 시작 시 선행되어야 할 작업은 다음과 같습니다.\n\n```gradle\n1. Issue를 생성한다.\n2. feature Branch를 생성한다.\n3. Add - Commit - Push - Pull Request 의 과정을 거친다.\n4. merge된 작업이 있을 경우, 다른 브랜치에서 작업을 진행 중이던 개발자는 본인의 브랜치로 merge된 작업을 Pull 받아온다.\n5. 종료된 Issue와 Pull Request의 Label과 Project를 관리한다.\n```\n\n### Branch Convention\n\n```yaml\n- [develop] : 최종 배포\n- [feature] : 기능 추가\n- [fix] : 에러 수정, 버그 수정\n- [docs] : README, 문서\n- [refactor] : 코드 리펙토링 (기능 변경 없이 코드만 수정할 때)\n- [modify] : 코드 수정 (기능의 변화가 있을 때)\n- [chore] : gradle 세팅, 위의 것 이외에 거의 모든 것\n```\n\n### Issue Template\n```text\n## 💥이슈 설명\n\n## 📚할 일 목록\n\n## 👀참고 사항\n\n## ⌛기한\n\n```\n\n### Pr Template\n```text\n### PR 타입(하나 이상의 PR 타입을 선택해주세요)\n- [ ] 기능 추가 ✨\n- [ ] 기능 삭제 🔥\n- [ ] 버그 수정 🐛\n- [ ] 코드 형태 개선 🎨\n- [ ] 의존성, 환경 변수, 빌드 관련 코드 업데이트 🔨\n\n### 변경 사항\nex) 로그인 시, 구글 소셜 로그인 기능을 추가했습니다.\n\n### 이슈 사항\nex) 베이스 브랜치에 포함되기 위한 코드는 모두 정상적으로 동작해야 합니다. 결과물에 대한 스크린샷, GIF, 혹은 라이브 데모가 가능하도록 샘플API를 첨부할 수도 있습니다.\n\n### To reviewer\nex) 여기에서 이 부분 잘 모르겠는데 한번 봐주실 수 있나요?\n```\n\n### 작동 화면\n\n- 게시글 모아보기 페이지\n\n![화면 기록 2023-12-02 오전 11 16 41 mov](https://github.com/pknu-wap/GLOG/assets/66813821/04dcf53f-0bb9-4fed-ab4e-53cfdf594d38)\n\n\n- 게시글 보기\n\n![화면 기록 2023-12-02 오전 11 22 45 mov](https://github.com/pknu-wap/GLOG/assets/66813821/443a2cf3-76b0-4617-8a3b-e1bdede50938)\n\n\n### Contributor\n|  \u003cimg src=\"https://github.com/pknu-wap/GLOG/assets/66813821/9d17f0a6-ed4d-4b80-8f8f-d9ba61f560e1\" alt=\"3_pano\" width=\"100\" height=\"100\"\u003e  | \u003cimg src=\"https://github.com/pknu-wap/GLOG/assets/66813821/31fa8a99-7f76-49eb-99fc-d4695b107d2c\" alt=\"3_jumo\" width=\"100\" height=\"100\"\u003e | \u003cimg src=\"https://github.com/pknu-wap/GLOG/assets/66813821/79de9800-c16d-4a7a-b306-c933d276cb2d\" alt=\"3_simba\" width=\"100\" height=\"100\"\u003e  | \u003cimg src=\"https://github.com/pknu-wap/GLOG/assets/48638700/160f21e5-40da-44dc-9e26-1f234c731791\" alt=\"3_pano\" width=\"100\" height=\"100\"\u003e | \u003cimg src=\"https://github.com/pknu-wap/GLOG/assets/66813821/aece1d61-7853-42a6-ace3-ce8023cc91e0\" alt=\"3_miki\" width=\"100\" height=\"100\"\u003e |\n| :------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------: |\n|                                 [채연(F.E)](https://github.com/chaeyeon1)                                  |                                  [준서(F.E)](https://github.com/dev-junseo)                                  |                                 [도연(B.E)](https://github.com/dy102)                                 |                                [두영(B.E)](https://github.com/FhRh)                                     |                             [종경(B.E)](https://github.com/JONG-KYEONG)                                     |\n| [![Anurag's github stats](https://github-readme-stats.vercel.app/api?username=chaeyeon1\u0026show_icons=true\u0026theme=swift\u0026hide_title=true)](https://github.com/anuraghazra/github-readme-stats) |  [![Anurag's github stats](https://github-readme-stats.vercel.app/api?username=dev-junseo\u0026show_icons=true\u0026theme=swift\u0026hide_title=true)](https://github.com/anuraghazra/github-readme-stats) |  [![Anurag's github stats](https://github-readme-stats.vercel.app/api?username=dy102\u0026show_icons=true\u0026theme=swift\u0026hide_title=true)](https://github.com/anuraghazra/github-readme-stats)  |  [![Anurag's github stats](https://github-readme-stats.vercel.app/api?username=FhRh\u0026show_icons=true\u0026theme=swift\u0026hide_title=true)](https://github.com/anuraghazra/github-readme-stats) |  [![Anurag's github stats](https://github-readme-stats.vercel.app/api?username=JONG-KYEONG\u0026show_icons=true\u0026theme=swift\u0026hide_title=true)](https://github.com/anuraghazra/github-readme-stats) \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpknu-wap%2Fglog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpknu-wap%2Fglog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpknu-wap%2Fglog/lists"}