Skip to content

프로젝트 설계

J005_공필상 edited this page Dec 2, 2021 · 2 revisions

프로젝트 구조

디렉토리 구조

frontend

📁 front
├── 📁 nginx
├── 📁 public
│   ├── 📁 fonts
│   ├── 📁 icons
│   └── 📁 img
└── 📁 src
    ├── 📁 action
    ├── 📁 api
    ├── 📁 components
    │   ├── 📁 Empty
    │   ├── 📁 Header
    │   │   ├── 📁 Logo
    │   │   └── 📁 Profile
    │   │       ├── 📁 Modal
    │   │       │   └── 📁 InnerModal
    │   │       └── 📁 Search
    │   │           ├── 📁 Recommend
    │   │           └── 📁 SearchList
    │   ├── 📁 Map
    │   │   ├── 📁 Markers
    │   │   ├── 📁 Modal
    │   │   │   └── 📁 UploadAddressModal
    │   │   └── 📁 SetClustering
    │   ├── 📁 Modal
    │   │   ├── 📁 CloseModal
    │   │   ├── 📁 DeleteModal
    │   │   ├── 📁 ModalManager
    │   │   ├── 📁 PostCreateModal
    │   │   │   ├── 📁 UploadImageModal
    │   │   │   └── 📁 UploadInfoModal
    │   │   │       ├── 📁 Carousel
    │   │   │       └── 📁 SearchResult
    │   │   ├── 📁 PostDeleteModal
    │   │   ├── 📁 PostListModal
    │   │   ├── 📁 PostShowModal
    │   │   │   └── 📁 Modal
    │   │   └── 📁 PostUpdateModal
    │   ├── 📁 Sidebar
    │   │   ├── 📁 FirstDepth
    │   │   │   ├── 📁 AddGroupButton
    │   │   │   │   └── 📁 Modal
    │   │   │   │       └── 📁 InnerModal
    │   │   │   └── 📁 Group
    │   │   └── 📁 SecondDepth
    │   │       ├── 📁 AddAlbum
    │   │       │   └── 📁 InputModal
    │   │       ├── 📁 AlbumList
    │   │       │   ├── 📁 Album
    │   │       │   ├── 📁 Header
    │   │       │   │   └── 📁 Modal
    │   │       │   │       └── 📁 InnerModal
    │   │       │   └── 📁 Post
    │   │       └── 📁 SettingGroup
    │   │           └── 📁 Modal
    │   ├── 📁 Spinner
    │   └── 📁 ToastMessage
    ├── 📁 constants
    ├── 📁 hooks
    ├── 📁 lib
    ├── 📁 pages
    │   ├── 📁 Login
    │   ├── 📁 Main
    │   └── 📁 NotFound
    ├── 📁 reducer
    ├── 📁 sagas
    └── 📁 styles
        ├── 📁 Color
        ├── 📁 StyledComponents
        ├── 📁 fonts
        └── 📁 icons

backend

📁 backend
└── 📁 src
    ├── 📁 configs
    ├── 📁 custom
    │   ├── 📁 decorator
    │   ├── 📁 myBaseEntity
    │   ├── 📁 myFile
    │   └── 📁 myRequest
    ├── 📁 domain
    │   ├── 📁 album
    │   │   ├── 📁 dto
    │   │   ├── 📁 spec
    │   │   └── 📁 swagger
    │   ├── 📁 auth
    │   │   ├── 📁 guard
    │   │   ├── 📁 spec
    │   │   └── 📁 strategy
    │   ├── 📁 group
    │   │   ├── 📁 dto
    │   │   ├── 📁 spec
    │   │   └── 📁 swagger
    │   ├── 📁 hashtag
    │   ├── 📁 image
    │   │   └── 📁 dto
    │   ├── 📁 post
    │   │   ├── 📁 dto
    │   │   ├── 📁 spec
    │   │   └── 📁 swagger
    │   └── 📁 user
    │       ├── 📁 dto
    │       ├── 📁 spec
    │       └── 📁 swagger
    ├── 📁 filter
    ├── 📁 middlerware
    └── 📁 util

🍇 Home

Home

✨ Info

About Us

🤙 Team Rules

Ground Rule

GitHub 전략

🗓 Planning

프로젝트 설계

API 명세

ERD

백로그

와이어 프레임

📜 Project

기술 스택

자료실

고민거리

🔥 Progress

1️⃣ 1주차 Progress
2️⃣ 2주차 Progress
3️⃣ 3주차 Progress
4️⃣ 4주차 Progress
5️⃣ 5주차 Progress
6️⃣ 6주차 Progress

⏳ Meetings

0️⃣ 0주차 Meetings
1️⃣ 1주차 Meetings
2️⃣ 2주차 Meetings
3️⃣ 3주차 Meetings
4️⃣ 4주차 Meetings
5️⃣ 5주차 Meetings
6️⃣ 6주차 Meetings
Clone this wiki locally