-
Notifications
You must be signed in to change notification settings - Fork 0
Day10 스크럼
minjungkim edited this page Dec 5, 2022
·
1 revision
API 명세
- zipCode -> hCode로 바꿀 필요가 있습니다.
- 아이디 중복검사 API
- 모집 목록 api 명세에 recruitId 추가
- 모집 정보를 반환해 줄 때 courseId만 받는 것보다 course 정보를 받아오는 게 더 좋을 것 같음
recruit : {
recruitId: 1,
courseId: 1
}
->
recruit : {
recruitId: 1,
course: {
courseId: 1,
path: []
...
}
...
}
Daily Scrum
- React + 전역상태관리
- Docker + Kubernetes
- NginX
- ORM
- CI/CD with github actions
- NestJS + Prisma
- styled-component 튜토리얼
- NestJS 시작하기
- React Hooks
- JWT
- Storybook
- Faker Library
- CI 최적화하기
- React-Query
- Message-Queue