삼육조의 Issue Tracker 프로젝트 저장소입니다! 🙌
👩 J096 석민지 | 💩 J135 이도경 | 🐜 J163 이진우 | 🧑 J180 전세웅 |
---|---|---|---|
룰ㄹ루랄라 | Give me ★ | 맥주가 좋아 | ㅌㅇㅊㅇ |
Project Folder
🗃 Project Folder
📁backend
├── index
├── 📁bin
├── 📁utils
├── 📁node_modules
├── 📁routes
│ ├── 📁auth
│ ├── 📁comment
│ ├── 📁image
│ ├── 📁issue
│ ├── 📁label
│ ├── 📁milestone
│ └── 📁user
├── 📁services
│ ├── 📁comment
│ ├── 📁image
│ ├── 📁issue
│ ├── 📁label
│ ├── 📁milestone
│ └── 📁user
└── 📁sequelize
├── 📁migrations
├── 📁models
└── 📁seeders
📁front
├── index
├── 📁.storybook
├── 📁components
│ ├── 📁comment
│ ├── 📁common
│ ├── 📁issue
│ ├── 📁label
│ ├── 📁milestone
│ └── App
├── 📁dist
├── 📁layouts
├── 📁pages
│ ├── 📁auth
│ ├── 📁common
│ ├── 📁issue
│ ├── 📁label
│ ├── 📁milestones
│ └── App
├── 📁services
│ ├── 📁auth
│ ├── 📁comment
│ ├── 📁image
│ ├── 📁issue
│ ├── 📁label
│ ├── 📁milestones
│ ├── 📁reactions
│ ├── 📁users
│ └── index
├── 📁static
│ └── index.html
├── 📁store
│ └──📁 actions
├── 📁stories
└── 📁utils
├── 📁auth
├── 📁comment
├── 📁issue
├── 📁label
├── 📁milestone
├── 📁upload
└── 📁user
.eslintrc.json
.prettierrc.json
.ecosystem.config.js
.gitmessage
진행과정과 프로젝트에 대한 자세한 내용은 wiki에 있습니다.
🏠 Wiki 바로가기🏠