프로젝트 설명~~~~~~
| Contributor | Role | Introduce |
|---|---|---|
| 김민선 | Frontend/android | |
| 오주영 | Frontend/Backend | |
| 왕태웅 | ML/Server | |
| 이지아 | Frontend/ios |
🔥 client🔥
├─src
│ ├─assets (이미지, 폰트 등)
│ ├─components (컴포넌트)
│ ├─screens (페이지)
│ ├─hooks (커스텀 훅)
│ ├─lib (기타 라이브러리)
│ ├─utils (공통 유틸 함수)
│ ├─index.js
│ ├─index.html
│ └─App.js
├─package.json
├─.eslintrc.js
└─.prettierrc
🔥 server🔥
├── src
│ │─aop
│ │─config
│ │ ├─security
│ │ ├─websocket
│ │ └─redisconfig.java
│ ├─controller
│ ├─dto
│ ├─entity
│ ├─repositoriy
│ ├─response
│ ├─service
│ └─util
├─package.json
├─.eslintrc.js
├─tsconfig.json
└─.prettierrc
MIT License © 김민선 오주영 왕태웅 이지아