diff --git a/README.md b/README.md index 3c0be202..94f73952 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ 기업의 채용 형태가 다양해지고, 요구하는 역량의 기준이 높아져 취업 준비 과정에서 어려움을 겪는 분들이 많습니다. 이 문제를 해소하기 위해서는 역량을 판단할 수 있는 기준점을 마련하고, 다른 사람으로부터 피드백을 받으며 성장의 방향성을 잡아가는 것이 중요합니다. 하지만 경험이 부족한 취업 준비생으로서는 기준점을 판단하기 어렵고 피드백을 주고받을 동료나 선배가 없는 경우가 많습니다. -그래서 저희는 개발자 취업 준비생을 위한 상호 성장 플랫폼, '데벨업'을 만들었습니다. +그래서 저희는 **개발자 취업 준비생을 위한 상호 성장 플랫폼, '데벨업'** 을 만들었습니다. 사용자는 데벨업에서 자신의 수준에 맞는 과제를 풀어 제출합니다. 제출된 과제는 자동으로 데벨업 홈페이지에 등록되고, 등록된 게시물을 바탕으로 다른 개발자들과 피드백을 주고받을 수 있게 됩니다. @@ -17,6 +17,41 @@ 함께 도전하고, 함께 성장하며, 더 큰 목표를 향해 나아가세요. 여러분의 성장 여정을 돕기 위해 데벨업이 있습니다. 데벨업과 함께라면 가능합니다. 데벨업에서 레벨업하세요! +
+ +### [서비스 바로가기](https://www.devel-up.co.kr/) + +
+ +![1](/image/github1.png) +![2](/image/github2.png) +![3](/image/github3.png) +![4](/image/github4.png) +![5](/image/github5.png) +![6](/image/github6.png) + + +## 기술 스택 + +### Frontend +![프론트엔드 기술 스택](/image/skills_frontend.png) + +### Backend +![백엔드 기술 스택](/image/skills_backend.png) + +## CI/CD 파이프라인 + +### Frontend CI/CD +![프론트엔드 CI/CD](/image/frontend_cicd.png) + +### Backend CI/CD +![백엔드 CI/CD](/image/backend_cicd.png) + +## 서비스 아키텍처 + +![서비스 아키텍처](/image/service_arch.png) + + ## 👤멤버들 ### 프론트엔드 @@ -39,3 +74,6 @@ [로빈 깃허브]: https://github.com/robinjoon [아톰 깃허브]: https://github.com/le2sky [구름 깃허브]: https://github.com/alstn113 + + +### [서비스 바로가기](https://www.devel-up.co.kr/) diff --git a/image/backend_cicd.png b/image/backend_cicd.png new file mode 100644 index 00000000..e30d0f72 Binary files /dev/null and b/image/backend_cicd.png differ diff --git a/image/frontend_cicd.png b/image/frontend_cicd.png new file mode 100644 index 00000000..1323c5a6 Binary files /dev/null and b/image/frontend_cicd.png differ diff --git a/image/github1.png b/image/github1.png new file mode 100644 index 00000000..11629e2d Binary files /dev/null and b/image/github1.png differ diff --git a/image/github2.png b/image/github2.png new file mode 100644 index 00000000..08bc7ad0 Binary files /dev/null and b/image/github2.png differ diff --git a/image/github3.png b/image/github3.png new file mode 100644 index 00000000..e5dfa847 Binary files /dev/null and b/image/github3.png differ diff --git a/image/github4.png b/image/github4.png new file mode 100644 index 00000000..5b7d4010 Binary files /dev/null and b/image/github4.png differ diff --git a/image/github5.png b/image/github5.png new file mode 100644 index 00000000..aa70e59e Binary files /dev/null and b/image/github5.png differ diff --git a/image/github6.png b/image/github6.png new file mode 100644 index 00000000..3ff76c44 Binary files /dev/null and b/image/github6.png differ diff --git a/image/service_arch.png b/image/service_arch.png new file mode 100644 index 00000000..1e3fd338 Binary files /dev/null and b/image/service_arch.png differ diff --git a/image/skills_backend.png b/image/skills_backend.png new file mode 100644 index 00000000..cbb2ccdb Binary files /dev/null and b/image/skills_backend.png differ diff --git a/image/skills_frontend.png b/image/skills_frontend.png new file mode 100644 index 00000000..43d137df Binary files /dev/null and b/image/skills_frontend.png differ