프로젝트하면서 문제된점 정리
- focus
- 썬더클라이언트에서 패스워드체크 안넣어서
- 리포지토리에서 id: id 이런식
- console.log 로 오류 내용을 확인하기
- Op import 안함
- existUsers가 findUsers(조건이 없는 전체 조회)로
조건이 안맞아도 값을 다 불러와버려서 오류 메세지를 보냄
- existUsers.length
findAll 배열로 받아와서 그렇슴
- input id 값 가져올때 type 틀리면 안옮겨짐
- console.log 찍는법 배움
git add .
git commit -m
git pull origin main -> 최신으로 업뎃
git push origin feature/signup -> 푸쉬