{"id":20738052,"url":"https://github.com/developeracademy-postech/macc-team-vegeting","last_synced_at":"2026-03-07T02:33:46.535Z","repository":{"id":61849961,"uuid":"554663593","full_name":"DeveloperAcademy-POSTECH/MacC-Team-Vegeting","owner":"DeveloperAcademy-POSTECH","description":"채식 소모임 앱","archived":false,"fork":false,"pushed_at":"2023-06-14T02:03:51.000Z","size":5895,"stargazers_count":5,"open_issues_count":24,"forks_count":0,"subscribers_count":4,"default_branch":"develop","last_synced_at":"2025-04-24T01:44:25.086Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/DeveloperAcademy-POSTECH.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-10-20T07:17:58.000Z","updated_at":"2024-07-24T04:59:23.000Z","dependencies_parsed_at":"2024-07-24T07:23:45.401Z","dependency_job_id":null,"html_url":"https://github.com/DeveloperAcademy-POSTECH/MacC-Team-Vegeting","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DeveloperAcademy-POSTECH/MacC-Team-Vegeting","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeveloperAcademy-POSTECH%2FMacC-Team-Vegeting","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeveloperAcademy-POSTECH%2FMacC-Team-Vegeting/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeveloperAcademy-POSTECH%2FMacC-Team-Vegeting/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeveloperAcademy-POSTECH%2FMacC-Team-Vegeting/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DeveloperAcademy-POSTECH","download_url":"https://codeload.github.com/DeveloperAcademy-POSTECH/MacC-Team-Vegeting/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeveloperAcademy-POSTECH%2FMacC-Team-Vegeting/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30206070,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T19:07:06.838Z","status":"online","status_checked_at":"2026-03-07T02:00:06.765Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-17T06:16:21.546Z","updated_at":"2026-03-07T02:33:46.508Z","avatar_url":"https://github.com/DeveloperAcademy-POSTECH.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"![github용](https://user-images.githubusercontent.com/39371835/206902755-9c614adc-a32e-49f3-942e-c546087af821.png)\n\n\n## Preview\n\n|모임 모아보기|참여모임 채팅|로그인 페이지|위치인증|\n|---------------------|---------------------|---------------------|---------------------|\n|\u003cimg src=https://user-images.githubusercontent.com/39371835/206904147-97f07e89-895d-44c5-a820-cfe3c5b79797.png width=300\u003e|\u003cimg src=https://user-images.githubusercontent.com/39371835/206904167-12026e96-7b21-4f2a-a6c3-bc8619c4930f.png width=300\u003e|\u003cimg src=https://user-images.githubusercontent.com/39371835/206904430-2c150a0d-6f2e-4b26-bd3e-0f88df9a1910.png width=300\u003e|\u003cimg src=https://user-images.githubusercontent.com/39371835/206904226-645a9ff1-e3ae-4b44-a264-837aea8e3561.png width=300\u003e|\n\n\n## Development\n### 🏀Trouble Shooting\n[Discussion](https://github.com/DeveloperAcademy-POSTECH/MacC-Team-Vegeting/discussions)\n__\u003cdetails\u003e\u003csummary\u003e🗂 Folder Structure\u003c/summary\u003e__\n\n\n```    \n── Vegeting\n│   ├── Global\n│   │   ├── Base\n│   │   ├── Extensions\n│   │   ├── Literals\n│   │   ├── Manager\n│   │   ├── Models\n│   │   ├── Protocols\n│   │   ├── Resources\n│   │   │   ├── Assets.xcassets\n│   │   │   │   ├── AccentColor.colorset\n│   │   │   │   ├── AppIcon.appiconset\n│   │   │   │   └── tabbarImage\n│   │   │   └── Storyboards\n│   │   │       └── Base.lproj\n│   │   │           └── LaunchScreen.storyboard\n│   │   ├── Supports\n│   │   │   ├── GoogleService-Info.plist\n│   │   │   ├── Info.plist\n│   │   │   └── Secret.xcconfig\n│   │   ├── UIComponent\n│   │   │   └── Cell\n│   │   └── Utils\n│   ├── Screens\n│   │   ├── ChatRoom\n│   │   │   ├── Cell\n│   │   │   └── ViewController\n│   │   ├── ChatRoomDetail\n│   │   │   ├── Component\n│   │   │   ├── ViewController\n│   │   │   └── ViewModel\n│   │   ├── CreateGroup\n│   │   │   ├── Cells\n│   │   │   ├── Components\n│   │   │   └── ViewController\n│   │   │       └── Component\n│   │   ├── GroupList\n│   │   │   ├── Component\n│   │   │   └── ViewController\n│   │   ├── Main\n│   │   │   └── ViewController\n│   │   ├── MyPage\n│   │   │   ├── Cell\n│   │   │   └── ViewController\n│   │   ├── PostDetail\n│   │   ├── RegisterUserProfile\n│   │   │   ├── Component\n│   │   │   └── ViewController\n│   │   ├── Report\n│   │   │   ├── Cell\n│   │   │   ├── Component\n│   │   │   └── ViewController\n│   │   └── SignIn\n│   │       ├── ViewControllers\n│   │       └── ViewModel\n│   └── Vegeting.entitlements\n└── VegetingTests         \n```\n\n\u003c/details\u003e      \n         \n\n### ✨ Tech Stack\n☑️ UIKit    \n☑️ Swift Concurrency     \n☑️ Combine     \n☑️ Firebase         \n☑️ CI(Github Action)           \n\n\n\n## 🧑‍💻 Authors\n|Tech Lead|Tech|Tech|Tech|Design Lead|\n|---|---|---|---|---|\n|![이유돈](https://user-images.githubusercontent.com/39371835/206903853-78d656d9-0091-4296-97c4-15adab567428.png)|![김원희](https://user-images.githubusercontent.com/39371835/206903852-d98d4045-de8f-4530-b337-8d64ddd91b8b.png)|![김영경](https://user-images.githubusercontent.com/39371835/206903850-cd021d18-9617-4544-93c4-7085ab521fe9.png)|![최동권](https://user-images.githubusercontent.com/39371835/206903854-4756d1ca-ca1d-4cd3-ab5f-2cc6da270ea9.png)|![강은비](https://user-images.githubusercontent.com/39371835/206903846-dda23e07-25fd-49b4-afcd-32e7b49a930d.png)|\n|[@yudonlee](https://github.com/yudonlee)|[@wonhui-kim](https://github.com/wonhui-kim)|[@YoungKyoungKim](https://github.com/kelly1422)|[@dake](https://github.com/ccdkk)|[@EunbiKang](https://github.com/pppaper)|\n\n\n\n## Environment\n### 🛠 Development Environment\n\u003cimg width=\"77\" alt=\"스크린샷 2021-11-19 오후 3 52 02\" src=\"https://img.shields.io/badge/iOS-15.0+-silver\"\u003e \u003cimg width=\"95\" alt=\"스크린샷 2021-11-19 오후 3 52 02\" src=\"https://img.shields.io/badge/Xcode-14.1-blue\"\u003e\n\n\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeveloperacademy-postech%2Fmacc-team-vegeting","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeveloperacademy-postech%2Fmacc-team-vegeting","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeveloperacademy-postech%2Fmacc-team-vegeting/lists"}