Skip to content

TeamOreuda/Oreuda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Orueda ⛰


목차

Table of contents generated with markdown-toc


팀원 소개

developers

유지연 : https://github.com/youjiyeon
김창겸 : https://github.com/kyum8562
김소윤 : https://github.com/misso88
김지환 : https://github.com/tykimdream
길상욱 :https://github.com/gilsanguk
송은지 : https://github.com/eunjijilong


프로젝트 설명

꾸준히 물을 주지 않으면 시들게 됩니다.

오르다는 깃허브 정보를 통해 능력치를 계산하고, 성장 식물과 그래프로 나타납니다. 그로인해 본인의 노력을 시각화하여 성취감을 더 올려줍니다. 혹시 프로필 리드미 만들기 귀찮지 않으셨나요? 오르다를 통해 간편하게 생성할 수 있습니다. 또한, 많은 레포지토리를 폴더로 편리하게 관리할 수 있으며, 크롬 익스텐션을 통해 그룹화된 레포지토리를 빠르게 조회할 수 있습니다.



웹 페이지 미리보기

랜딩 페이지

오르다에 대한 설명과 사용법이 나와있어요. 깃허브 로그인을 통해 웹 서비스를 이용할 수 있으며, 크롬 익스텐션 다운로드가 가능합니다. 랜딩

메인 페이지

사용자의 깃허브 정보를 통해 성장 식물과 성장 차트가 나타납니다. 지구까지 함께 올라가봅시다! 메인

레포지토리 페이지

많은 레포지토리를 폴더로 그룹화하여 관리할 수 있습니다. 레포지토리별 잔디와 연도별 커밋 수를 통해 본인의 기여도를 확인해보세요! 레포

리드미 페이지

프로필 리드미를 GUI방식으로 간편하게 작성할 수 있습니다. 오르다만의 오르 캐릭터도 넣을 수 있습니다✨ 리드미

크롬 확장프로그램 미리보기

크롬 익스텐션

언제 어디서든 깃 레포지토리를 관리할 수 있습니다. 크롬


프로젝트 정보

기술 스택







시스템 아키텍쳐

아키텍처

폴더 구조

📦BackEnd
 ┣ 📂oreuda
 ┃ ┣ 📂src
 ┃ ┃ ┣ 📂main
 ┃ ┃ ┃ ┣ 📂java
 ┃ ┃ ┃ ┃ ┗ 📂com
 ┃ ┃ ┃ ┃ ┃ ┗ 📂oreuda
 ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂api
 ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂client
 ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂controller
 ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂domain
 ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂dto
 ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📂entity
 ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂readme
 ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂repository
 ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📂service
 ┃ ┃ ┃ ┗ 📂resources
 ┣ 📂oreuda_apigateway
 ┃ ┗ ...
 ┣ 📂oreuda_auth
 ┃ ┗ ...
 ┣ 📂oreuda_data
 ┃ ┗ ...
 ┣ 📂oreuda_discovery
 ┃ ┗ ...
 ┣ 📂oreuda_plant
 ┃ ┗ ...
 ┗ 📂oreuda_repository
   ┗ ...
📦FrontEnd
 ┣ 📂extension
 ┃ ┣ 📂api
 ┃ ┣ 📂assets
 ┃ ┣ 📂components
 ┃ ┃ ┣ 📂common
 ┃ ┃ ┣ 📂Folder
 ┃ ┃ ┗ 📂Main
 ┃ ┣ 📂pages
 ┃ ┃ ┣ 📂Folder
 ┃ ┃ ┣ 📂Landing
 ┃ ┃ ┗ 📂Main
 ┃ ┣ 📂store
 ┃ ┗ 📂styles
 ┗ 📂web
 ┃ ┣ 📂api
 ┃ ┣ 📂app
 ┃ ┃ ┣ 📂landing
 ┃ ┃ ┣ 📂oauth2
 ┃ ┃ ┣ 📂readme
 ┃ ┃ ┗ 📂repository
 ┃ ┃ ┃ ┗ 📂[folderId]
 ┃ ┣ 📂components
 ┃ ┃ ┣ 📂Folder
 ┃ ┃ ┣ 📂Landing
 ┃ ┃ ┣ 📂Loading
 ┃ ┃ ┣ 📂Main
 ┃ ┃ ┣ 📂Readme
 ┃ ┃ ┗ 📂Repository
 ┃ ┣ 📂hooks
 ┃ ┣ 📂store
 ┃ ┃ ┗ 📂modules
 ┃ ┗ 📂styles

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6