오늘 한 일
- 블록체인 강의 듣고 정리
- 14-3 내용 듣고 정리 & 14주차 마무리
- K-MOOC [알기쉬운블록체인] 참고
- 금요일에 기말고사 풀고 나면 수강 완료임
- 개인 프로젝트
- node.js :
multer
single file 업로드 테스트
uploads
폴더 생성, .gitignore
추가
expert.js
에 portrait(프로필 사진 경로)
추가
routes/post
: multer
사용해서 single file 업로드 성공
- 추후
route/user
, model/pos
t 에 사진 부분 넣어야 함
- 협업 프로젝트: category 기능 테스트 (pull request 완료)
- app.js
- models/user.js
- routes/category.js - insert
- json parsing문제: db데이터타입을 json으로 바꾸고 user.category를 json.parse해서 가져옴
- newCategory.category_id = length로 변경
- routes/category.js - selectall
- user.category를 json.parse해서 가져와서 res.send()에 그대로 넣어줬음
- routes/catogory.js - selectone, update, delete
- req.body -> req.params로 변경
- 404에러 발생
댓글남기기