Skip to content

Commit

Permalink
docs: README에 서비스 아키텍쳐 추가 (#635)
Browse files Browse the repository at this point in the history
* docs: 아키텍쳐 추가

* docs: 스택 추가, 아키텍쳐 수정

* refactor: 전체 CI/CD 흐름도 추가, 프론트 아키텍쳐 제거

* refactor: 프론트 기술스택 추가

* refactor: ci/cd 흐름도 수정

* refactor: 백엔드 ci/cd 수정, user 흐름도 추가

* refactor: 추가, 아이콘 수정
  • Loading branch information
dusdn1702 authored Oct 18, 2021
1 parent 3dfe1d1 commit 6c2c9d9
Showing 1 changed file with 26 additions and 3 deletions.
29 changes: 26 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,43 @@
<h1 align="middle">찜꽁</h1>
<p align="middle">공간을 한 눈에, 예약은 한 번에! 맞춤형 공간예약 서비스 제작 플랫폼 찜꽁입니다!</p>

## 1. 프로젝트 소개 📝
## 프로젝트 소개 📝

공간 제공자(관리자)는 에디터를 통해 공간을 생성할 수 있습니다!

생성한 공간은 링크를 통해 사용자에게 제공할 수 있으며, 사용자는 링크를 통해 간편하게 공간을 확인하고 예약을 진행할 수 있습니다!

## 2. 팀원 👨‍👨‍👧‍👧👩‍👦‍👦
## 팀원 👨‍👨‍👧‍👧👩‍👦‍👦

| Backend | Backend | Backend | Backend | Frontend | Frontend | Frontend |
| :--------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------: |
| <img src="https://avatars.githubusercontent.com/u/49346677?v=4" width=400px alt="김김"/> | <img src="https://avatars.githubusercontent.com/u/56033755?v=4" width=400px alt="바다"/> | <img src="https://avatars.githubusercontent.com/u/58401309?v=4" width=400px alt="삭정"/> | <img src="https://avatars.githubusercontent.com/u/43775108?v=4" width=400px alt="샐리"> | <img src="https://avatars.githubusercontent.com/u/45230497?v=4" width=400px alt=""> | <img src="https://avatars.githubusercontent.com/u/61097373?v=4" width=400px alt="유조"> | <img src="https://avatars.githubusercontent.com/u/2542730?v=4" width=400px alt="체프"> |
| [김김](https://github.com/tributetothemoon) | [바다](https://github.com/xrabcde) | [삭정](https://github.com/sakjung) | [샐리](https://github.com/dusdn1702) | [](https://github.com/SunYoungKwon) | [유조](https://github.com/yujo11) | [체프](https://github.com/Puterism) |

## 3. 팀 문화 🏠
## 프로젝트 기술스택 💡

#### 프론트엔드
![image](https://user-images.githubusercontent.com/43775108/137436131-9e698239-1a93-4696-946e-02e9baef56c8.png)

#### 백엔드
![image](https://user-images.githubusercontent.com/43775108/137436154-77b3cd18-7893-4aa2-b0b0-499bebbd4d4c.png)

#### 인프라
![image](https://user-images.githubusercontent.com/43775108/137436183-b01bbd63-c2fb-49f5-b11e-eab326128d30.png)


## 프로젝트 아키텍쳐 🏛

#### 사용자 요청 흐름도
![user](https://user-images.githubusercontent.com/43775108/137436458-a51abf4b-8770-4cd0-8dfb-23d5c4ce9763.png)

#### 백엔드
![backend](https://user-images.githubusercontent.com/43775108/137436067-1468472c-c713-400a-9451-caa715d973d3.png)

#### CI/CD
![ci_cd](https://user-images.githubusercontent.com/43775108/137436077-3594c053-7d0f-41fb-b20d-2faf38d90555.png)

## 팀 문화 🏠

#### 1. 인정? 인정!

Expand Down

0 comments on commit 6c2c9d9

Please sign in to comment.