From 6af90f5e3c7a26eec25a093a0d37887cc3c91754 Mon Sep 17 00:00:00 2001 From: Unam Kim Date: Sun, 18 Feb 2024 22:21:12 +0900 Subject: [PATCH] Update README.md --- README.md | 140 +++++++++++++++++++++++------------------------------- 1 file changed, 60 insertions(+), 80 deletions(-) diff --git a/README.md b/README.md index d11418f6..82419015 100644 --- a/README.md +++ b/README.md @@ -4,90 +4,10 @@ > 사람 사이의 **틈**을 이어주는 IT 커리어 네트워킹 서비스 `repo:android` -![Build](https://img.shields.io/github/actions/workflow/status/depromeet/teum-teum-server/integration-tester.yml?branch=develop&style=for-the-badge&logo=github&logoColor=white&color=36B2FF) ![](https://img.shields.io/sonar/test_success_density/depromeet_teum-teum-server?server=https%3A%2F%2Fsonarcloud.io&style=for-the-badge&logo=sonar&logoColor=white&color=36B2FF) ![](https://img.shields.io/sonar/quality_gate/depromeet_teum-teum-server/develop?server=https%3A%2F%2Fsonarcloud.io&style=for-the-badge&logo=sonar&logoColor=white&color=36B2FF) ![](https://img.shields.io/github/v/release/depromeet/teum-teum-server?include_prereleases&style=for-the-badge&color=36B2FF) - [![download](https://img.shields.io/badge/playstore-download-brightgreen?style=social&logo=googleplay&color=36B2FF)](https://play.google.com/store/apps/details?id=com.teumteum.teumteum&pcampaignid=web_share) [![instagram](https://img.shields.io/badge/instagram-click-brightgreen?style=social&logo=instagram&color=36B2FF)](https://www.instagram.com/teumteum_official/) [![behance](https://img.shields.io/badge/behance-click-brightgreen?style=social&logo=behance&color=36B2FF)](https://www.behance.net/gallery/191510163/%08TEUMTEUM-IT-Career-Growth-Networking-Service) ---- - -

- MOBILE_1 - MOBILE_2 -

-

- MOBILE_3 - MOBILE_4 -

-

- MOBILE_5 - MOBILE_6 -

-

- MOBILE_7 - MOBILE_8 -

- -
- -## Contributors -| [이강민](https://github.com/kkk5474096) | [김우남](https://github.com/unam98) | [신민서](https://github.com/Mnseo) | [김세연](https://github.com/blueme0) | -| :---: | :---: | :---: | :---: | -||||| -|**모임 참여 & 유저 리뷰**|**공통 관심사 찾기**|**모임 생성 & 마이페이지**|**로그인 & 자기소개 카드**| - -
- -## Tech Stack ⚒️ -- Clean Architecture -- Multi-Module - -- MVVM -- Repository Pattern - -- Compose + XML -- Hilt - -- Coroutine -- Version Catalog - -- Kotlin - Flow -- GitHub Action CI / CD -
-## System Architecture 💻 - -### Architecture (with Data flow) -![image](https://github.com/depromeet/TeumTeum-Android/assets/100370200/b914bf6d-d052-46be-ba05-a841673f38c0) - - -### MODULE -``` -🗃️app - ┣ 📂di - ┣ 📂presentation - ┣ 📂util -🗃️build-logic - ┣ 📂convention -🗃️core - ┣ 📂base -🗃️data - ┣ 📂datasource - ┣ 📂local - ┣ 📂model - ┃ ┣ 📂response - ┃ ┣ 📂request - ┣ 📂repository - ┣ 📂remote - ┃ ┣ 📂interceptor - ┃ ┣ 📂service - ┣ 📂util -🗃️domain - ┣ 📂entity - ┣ 📂repository -``` - -
## 틈틈을 소개합니다 🎉 @@ -149,3 +69,63 @@ IT 직군의 다양한 개성을 지닌 사람들과 네트워킹하며 커리 ### 🖖 Step 06 모임 후 리뷰를 통해 더 나은 네트워킹 환경을 만들어가요 - 모임이 끝난 후 다음날에 유저 리뷰를 작성할 수 있어요. - 유저 리뷰를 작성하고 더 나은 네트워킹 환경을 만들어봐요. + +
+ +## Contributors +| [이강민](https://github.com/kkk5474096) | [김우남](https://github.com/unam98) | [신민서](https://github.com/Mnseo) | [김세연](https://github.com/blueme0) | +| :---: | :---: | :---: | :---: | +||||| +|**모임 참여 & 유저 리뷰**|**공통 관심사 찾기**|**모임 생성 & 마이페이지**|**로그인 & 자기소개 카드**| + +
+ +## Tech Stack ⚒️ +- Clean Architecture +- Multi-Module + +- MVVM +- Repository Pattern + +- Compose + XML +- Hilt + +- Coroutine +- Version Catalog + +- Kotlin - Flow +- GitHub Action CI / CD + +
+ +## System Architecture 💻 + +### Data Flow +![image](https://github.com/depromeet/TeumTeum-Android/assets/100370200/b914bf6d-d052-46be-ba05-a841673f38c0) + + +### Module +``` +🗃️app + ┣ 📂di + ┣ 📂presentation + ┣ 📂util +🗃️build-logic + ┣ 📂convention +🗃️core + ┣ 📂base +🗃️data + ┣ 📂datasource + ┣ 📂local + ┣ 📂model + ┃ ┣ 📂response + ┃ ┣ 📂request + ┣ 📂repository + ┣ 📂remote + ┃ ┣ 📂interceptor + ┃ ┣ 📂service + ┣ 📂util +🗃️domain + ┣ 📂entity + ┣ 📂repository +```