{"id":19248292,"url":"https://github.com/stove-smooth/sgs-smooth","last_synced_at":"2025-04-21T11:34:15.982Z","repository":{"id":43259638,"uuid":"441798381","full_name":"stove-smooth/sgs-smooth","owner":"stove-smooth","description":"2021 DevCamp 2기 - Discord Clone ","archived":false,"fork":false,"pushed_at":"2022-07-10T10:10:25.000Z","size":70240,"stargazers_count":21,"open_issues_count":0,"forks_count":5,"subscribers_count":0,"default_branch":"main","last_synced_at":"2023-03-06T14:20:55.610Z","etag":null,"topics":["kafka","kurento","spring-boot","stomp","swift","vue","webrtc"],"latest_commit_sha":null,"homepage":"","language":"Swift","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/stove-smooth.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}},"created_at":"2021-12-26T03:03:15.000Z","updated_at":"2023-02-26T09:31:03.000Z","dependencies_parsed_at":"2022-08-22T16:10:27.897Z","dependency_job_id":null,"html_url":"https://github.com/stove-smooth/sgs-smooth","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stove-smooth%2Fsgs-smooth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stove-smooth%2Fsgs-smooth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stove-smooth%2Fsgs-smooth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stove-smooth%2Fsgs-smooth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stove-smooth","download_url":"https://codeload.github.com/stove-smooth/sgs-smooth/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223863934,"owners_count":17216234,"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":["kafka","kurento","spring-boot","stomp","swift","vue","webrtc"],"created_at":"2024-11-09T18:07:14.140Z","updated_at":"2024-11-09T18:07:14.627Z","avatar_url":"https://github.com/stove-smooth.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Discord Clone - Smooth \n\n\u003ca href=\"https://yoloyolo.org\"\u003e\n  \u003cimg src=\"./src/frontend/ios/docs/assets/smooth-main.png\" width=100% /\u003e\n\u003c/a\u003e\n\n---\n\n## 1. 서비스 소개\n- [디스코드 클론코딩](https://github.com/stove-smooth/sgs-smooth/wiki#%ED%94%84%EB%A1%9C%EC%A0%9D%ED%8A%B8)\n- [Web 세부 화면 보기](./docs/screen/detailPage.md)\n- [iOS 세부 화면 보기](./src/frontend/ios/docs/시연%20영상.md)\n---\n\n## 2. 기술 스택\n### Backend\n- Java 11\n- Spring Boot\n- Spring MVC\n- Spring Data JPA\n- Spring Security\n- Spring Cloud\n- Spring Integration\n- WebSocket, STOMP, SockJS\n- Kafka, Zookeeper\n\n### Frontend\n#### Web\n- Vue\n- Javascript, HTML, CSS\n- Kutento Util\n\n#### iOS\n- Swift\n- MVVM + Coordinator\n\n### Infrastructure\n- MySQL\n- MongoDB\n- Redis\n- Nginx\n- Kurento Media Server\n- AWS EC2, RDS, S3, CloudFront, ElastiCache\n- Firebase Cloud Messaging\n---\n\n## 3. 프로젝트 구조\n![image](https://user-images.githubusercontent.com/66015002/154006339-06a3c1a7-c840-445c-a616-eb1345468f2e.png)\n\n\n---\n\n## 4. 역할 분담\n\n### Backend\n#### [박병찬](https://github.com/qkrqudcks7)\n- [채팅 서버](./src/backend/chat/)\n- [상태관리 서버](./src/backend/presence/)\n- [API Gateway](./src/infrastructure/gateway/)\n- [유저 서버](./src/backend/auth/)\n\n#### [김희동](https://github.com/ruthetum)\n- [커뮤니티 서버](./src/backend/community/)\n- [시그널링 서버](./src/backend/signaling/) + 미디어 서버\n- [알림 서버](./src/backend/notification/)\n\n### Frontend\n#### [김민지](https://github.com/MINGDY98)\n- [Web App(Vue)](./src/frontend/web/)\n\n#### [김두리](https://github.com/doitduri)\n- [iOS App](./src/frontend/ios/)\n\n---\n\n## 5. 디렉토리 구조\n```\nsgs-smooth\n ├── bin\n ├── config\n ├── deploy\n ├── docs\n ├── resources\n ├── scripts\n ├── src\n └── resources\n```\n|Directory|Description|\n|------|-----|\n|bin|실행 파일|\n|config|설정 파일|\n|deploy|배포 파일|\n|docs|기능/설계, API 문서|\n|scripts|스키마, 배치 파일|\n|src|소스 코드|\n|resources|템플릿, 폰트|\n---\n\n## 6. 커밋 컨벤션\n| 메시지 | 설명 |\n|:---:|:---:|\n| feat | 새로운 기능 추가 |\n| fix | 버그 수정|\n| docs | 문서 추가 및 변경 |\n| style | 코드 포맷팅 |\n| refactor | 코드 리팩토링 |\n| chore | 빌드 및 패키지 수정 |\n\n---\n\n## Contributors\n\u003ca href=\"https://github.com/stove-smooth/sgs-smooth/graphs/contributors\"\u003e\n  \u003cimg src=\"https://contributors-img.web.app/image?repo=stove-smooth/sgs-smooth\"\u003e\n\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstove-smooth%2Fsgs-smooth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstove-smooth%2Fsgs-smooth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstove-smooth%2Fsgs-smooth/lists"}