취미와 스터디원을 빠르게 모집해주는 프로젝트 - 크루크루
Contributor | Role | Introduce |
---|---|---|
유재영 | Designer | |
박한결 | Frontend | |
오주영 | Frontend | |
김경동 | Backend | |
김도희 | Backend | |
이하늘 | Backend |
📚 크루크루 홈페이지입니다.
🔥 client🔥
├─src
│ ├─assets (이미지, 폰트 등)
│ ├─atoms (recoil atom)
│ ├─frontDB (front 가공 DB)
│ ├─components (컴포넌트)
│ ├─pages (페이지)
│ ├─hooks (커스텀 훅)
│ ├─lib (기타 라이브러리)
│ ├─utils (공통 유틸 함수)
│ ├─index.js
│ ├─index.html
│ └─App.js
├─webpack.config.js
├─package.json
├─jsconfig.json
├─.babelrc
├─.eslintrc.js
└─.prettierrc
🔥 server🔥
├── main
│ ├─crewcrew
│ │ ├─aop
│ │ ├─config
│ │ │ ├─security
│ │ │ ├─websocket
│ │ │ └─redisconfig.java
│ │ ├─controller
│ │ ├─dto
│ │ ├─entity
│ │ ├─repositoriy
│ │ ├─response
│ │ ├─service
│ │ └─util
MIT License © 김경동 김도희 이하늘 박한결 유재영 오주영