Skip to content

ERD, 폴더 구조

Dohyeon Han edited this page Dec 14, 2022 · 5 revisions

ERD

image

폴더 구조

client/

┣ public/

┃ ┗ favicons/

┣ src/

┃ ┣ assets/

┃ ┃ ┗ svgs/

┃ ┣ common/

┃ ┃ ┣ CodeBox/

┃ ┃ ┣ CommonLayout/

┃ ┃ ┗ DropdownInput/

┃ ┣ hooks/

┃ ┣ pages/

┃ ┃ ┣ DetailPage/

┃ ┃ ┃ ┣ EditModeContainer/ ┃ ┃ ┃ ┗ ViewModeContainer/ ┃ ┃ ┣ LoginPage/ ┃ ┃ ┣ MainPage/ ┃ ┃ ┣ MessagePage/ ┃ ┃ ┃ ┣ hooks/ ┃ ┃ ┃ ┣ MessageDetail/ ┃ ┃ ┃ ┗ services/ ┃ ┃ ┣ RegisterPage/ ┃ ┃ ┗ SettingsPage/ ┃ ┣ services/ ┃ ┣ store/ ┃ ┣ styles/ ┃ ┣ types/ ┃ ┗ utils/ ┣ .env ┣ .eslintrc.json ┣ .gitignore ┣ .prettierrc.json ┣ package-lock.json ┣ package.json ┣ README.md ┗ tsconfig.json

server/ ┣ src/ ┃ ┣ auth/ ┃ ┣ common/ ┃ ┃ ┗ response/ ┃ ┣ like/ ┃ ┃ ┣ dto/ ┃ ┃ ┗ entities/ ┃ ┣ message/ ┃ ┃ ┣ dto/ ┃ ┃ ┗ entities/ ┃ ┣ test/ ┃ ┣ user/ ┃ ┃ ┣ dto/ ┃ ┃ ┗ entities/ ┣ test/ ┣ .env ┣ .eslintrc.js ┣ .gitignore ┣ .prettierrc ┣ ecosystem.config.js ┣ nest-cli.json ┣ package-lock.json ┣ package.json ┣ README.md ┣ tsconfig.build.json ┗ tsconfig.json

얼리버드

프로젝트

개발일지

스프린트 계획

멘토링

데일리 스크럼

데일리 개인 회고

위클리 그룹 회고

스터디

Clone this wiki locally