Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
unam98 authored Feb 18, 2024
1 parent c4a50b6 commit 6af90f5
Showing 1 changed file with 60 additions and 80 deletions.
140 changes: 60 additions & 80 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

---

<p align="center" width="100%">
<img width="49%" alt="MOBILE_1" src="https://github.com/depromeet/teum-teum-server/assets/91249216/c8c97700-b1a0-4393-ab14-edcf077627cb">
<img width="49%" alt="MOBILE_2" src="https://github.com/depromeet/teum-teum-server/assets/91249216/52a606d7-77dd-48fc-9f2f-3bb1a130ad75">
</p>
<p align="center" width="100%">
<img width="49%" alt="MOBILE_3" src="https://github.com/depromeet/teum-teum-server/assets/91249216/015f52bb-7e76-45f5-ba8f-aa9d92d133dd">
<img width="49%" alt="MOBILE_4" src="https://github.com/depromeet/teum-teum-server/assets/91249216/589184e0-bd3d-4583-9315-2b1ad3c624ad">
</p>
<p align="center" width="100%">
<img width="49%" alt="MOBILE_5" src="https://github.com/depromeet/teum-teum-server/assets/91249216/3dd859ef-ed72-45c7-8f82-6c5a92f33fa5">
<img width="49%" alt="MOBILE_6" src="https://github.com/depromeet/teum-teum-server/assets/91249216/642bff83-30ae-4ff6-aa01-53561ce00db3">
</p>
<p align="center" width="100%">
<img width="49%" alt="MOBILE_7" src="https://github.com/depromeet/teum-teum-server/assets/91249216/7d66866d-b07f-4ebf-8699-feffa8c6b8fd">
<img width="49%" alt="MOBILE_8" src="https://github.com/depromeet/teum-teum-server/assets/91249216/5aa5c9e9-6e02-43b0-a2e3-81f6aff298b5">
</p>

<br>

## Contributors
| [이강민](https://github.com/kkk5474096) | [김우남](https://github.com/unam98) | [신민서](https://github.com/Mnseo) | [김세연](https://github.com/blueme0) |
| :---: | :---: | :---: | :---: |
|<img width="400" src="https://github.com/depromeet/TeumTeum-Android/assets/89737271/513cb651-bc4a-4b91-85f3-5090da6cfc4a.jpg">|<img width="400" src="https://github.com/depromeet/TeumTeum-Android/assets/89737271/0714242e-d7b2-4a11-848b-061b399c1fff.jpg">|<img width="400" src="https://github.com/depromeet/TeumTeum-Android/assets/89737271/1f573b6c-b209-4a5f-9a26-2999ea4f8d70.jpg">|<img width="400" src="https://github.com/depromeet/TeumTeum-Android/assets/89737271/14c3fb00-70cc-43a2-94c2-fe04b5225701.jpg">|
|**모임 참여 & 유저 리뷰**|**공통 관심사 찾기**|**모임 생성 & 마이페이지**|**로그인 & 자기소개 카드**|

<br>

## Tech Stack ⚒️
- Clean Architecture
- Multi-Module

- MVVM
- Repository Pattern

- Compose + XML
- Hilt

- Coroutine
- Version Catalog

- Kotlin - Flow
- GitHub Action CI / CD

<br>

## 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
```

<br>

## 틈틈을 소개합니다 🎉

Expand Down Expand Up @@ -149,3 +69,63 @@ IT 직군의 다양한 개성을 지닌 사람들과 네트워킹하며 커리
### 🖖 Step 06 모임 후 리뷰를 통해 더 나은 네트워킹 환경을 만들어가요
- 모임이 끝난 후 다음날에 유저 리뷰를 작성할 수 있어요.
- 유저 리뷰를 작성하고 더 나은 네트워킹 환경을 만들어봐요.

<br>

## Contributors
| [이강민](https://github.com/kkk5474096) | [김우남](https://github.com/unam98) | [신민서](https://github.com/Mnseo) | [김세연](https://github.com/blueme0) |
| :---: | :---: | :---: | :---: |
|<img width="400" src="https://github.com/depromeet/TeumTeum-Android/assets/89737271/513cb651-bc4a-4b91-85f3-5090da6cfc4a.jpg">|<img width="400" src="https://github.com/depromeet/TeumTeum-Android/assets/89737271/0714242e-d7b2-4a11-848b-061b399c1fff.jpg">|<img width="400" src="https://github.com/depromeet/TeumTeum-Android/assets/89737271/1f573b6c-b209-4a5f-9a26-2999ea4f8d70.jpg">|<img width="400" src="https://github.com/depromeet/TeumTeum-Android/assets/89737271/14c3fb00-70cc-43a2-94c2-fe04b5225701.jpg">|
|**모임 참여 & 유저 리뷰**|**공통 관심사 찾기**|**모임 생성 & 마이페이지**|**로그인 & 자기소개 카드**|

<br>

## Tech Stack ⚒️
- Clean Architecture
- Multi-Module

- MVVM
- Repository Pattern

- Compose + XML
- Hilt

- Coroutine
- Version Catalog

- Kotlin - Flow
- GitHub Action CI / CD

<br>

## 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
```

0 comments on commit 6af90f5

Please sign in to comment.