From 5cff272cad5d60ae4b485c8cd74f0ca462d63788 Mon Sep 17 00:00:00 2001
From: Eunhak Lee <lee@enak.kr>
Date: Sun, 8 Dec 2024 19:29:38 +0900
Subject: [PATCH] Update README.md

---
 README.md | 21 +++++++++++++++------
 1 file changed, 15 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 9b23f08..f1319ea 100644
--- a/README.md
+++ b/README.md
@@ -1,18 +1,27 @@
 # MeanSpec
 > 조립PC 견적 오케스트레이션 서비스!
 
-2024년 2학기 웹 시스템 설계 (SCE338) 강의 팀프로젝트 1조입니다.
+2024년 2학기 웹 시스템 설계 (SCE338) 강의 팀프로젝트 1조입니다. <br>
+Visit our [homepage](https://meanspec.enak.kr)!
 
 ## 구성원
 - [이우창 (@Lee0903)](https://git.ajou.ac.kr/Lee0903)
+    - Backend, Database
 - [이은학 (@return0927)](https://git.ajou.ac.kr/return0927)
+    - Backend, DevOps, Windows Programming
 - [정원제 (@myunsyeya)](https://git.ajou.ac.kr/myunsyeya)
+    - Frontend
 - [조민재 (@MinJ)](https://git.ajou.ac.kr/MinJ)
-- [황티홍늉 (@hongnhung)](https://git.ajou.ac.kr/hongnhung)
+    - Frontend
 
 
 ## 프로젝트 구조
-- 백엔드 (express)
-    - repo: [meanspec/meanspec-backend](https://git.ajou.ac.kr/meanspec/meanspec-backend)
-- 프론트엔드 (React.js)
-    - repo: [meanspec/meanspec-frontend](https://git.ajou.ac.kr/meanspec/meanspec-frontend)
+- 백엔드 (express): [meanspec/meanspec-backend](https://git.ajou.ac.kr/meanspec/meanspec-backend)
+- 프론트엔드 (React.js): [meanspec/meanspec-frontend](https://git.ajou.ac.kr/meanspec/meanspec-frontend)
+- 컴퓨터 H/W 정보 수집
+    - 정보 수집 프로그램(C++): [meanspec/meanspec-hwinfo-amd64](https://git.ajou.ac.kr/meanspec/meanspec-hwinfo-amd64)
+    - 정보 종합 프로그램(Python): [meanspec/meanspec-hwinfo-daemon](https://git.ajou.ac.kr/meanspec/meanspec-hwinfo-daemon)
+- DevOps
+    - GitLab Runner가 Group의 모든 CI/CD를 처리함
+    - 모든 repo는 GitLab CI를 통해 [Container Registry](https://git.ajou.ac.kr/groups/meanspec/-/container_registries)에 Docker Image로 배포됨
+    - Kubernetes Infra as Code: [meanspec/meanspec-IaC](https://git.ajou.ac.kr/meanspec/meanspec-iac)
-- 
GitLab