<개인프로젝트>
<css animation 참고>
https://codepen.io/qpi65/pen/LYNOXJO
https://alvarotrigo.com/blog/css-text-animations/
<css mouse hover 참고>
https://sudal89.tistory.com/56
https://gaenarinari.tistory.com/entry/%EA%B8%80%EC%9E%90-%EB%B0%8F-hover-effect
<nestjs ejs 참고>
https://velog.io/@peter0618/NestJs-ejs-%EC%A0%81%EC%9A%A9\
<ejs docs 참고>
https://ejs.co/
<무료 이미지 사이트>
https://kr.freepik.com/photos
https://www.pinterest.co.kr/
<git 올리기>
https://soda-dev.tistory.com/12
<ejs 게시판>
https://gocoder.tistory.com/1059
<axios 참고 블로그>
https://inpa.tistory.com/entry/AXIOS-%F0%9F%93%9A-%EC%84%A4%EC%B9%98-%EC%82%AC%EC%9A%A9
<javascript 참고>
https://gurtn.tistory.com/98
<localohst:3000 already use 해결법>
lsof -i TCP:5000[Port 번호 입력 ex 5000 / 6000]
kill -9 38459[PID번호]
그리고 다시 시작
Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
"Lucida Sans", Arial, sans-serif
<axios 참고>
https://lakelouise.tistory.com/176
value="<%=data.title %>"
const result = await this.healthRepository.save({
createdAt: currentDate,
findUser,
...updateHealthInput,
});
———월요일에 보내줄 자료 ——
<jwt 다운로드>
yarn add @nestjs/jwt passport-jwt
<crud 하는법>
https://choseongho93.tistory.com/302
<테이블 하나 삭제했을때>
for문을 돌리면 Index 값이 생긴다 번호에다가 반복문의 숫자를 넣어준다 깔끔하게 나온다
번호랑 데이터의 id값이 상관이 없다
<git 지워졌던거 다시 볼 수 있게>
https://lts0606.tistory.com/517
yarn add @nestjs/passport
yarn add @nestjs/jwt passport-jwt
yarn add --dev @types/passport-jwt
<생활코딩 auth, cookie>
https://opentutorials.org/course/3405
https://opentutorials.org/course/3405/22006
<ejs , node pagenation 검색하는법>
https://stackoverflow.com/questions/39103349/bootstrap-pagination-in-ejs-template
Bootstrap pagination in .ejs template
<nestjs 받아오는값 공부 참고>
https://m.blog.naver.com/sssang97/221940724682
<axios 개념 참고 블로그>
https://velog.io/@zofqofhtltm8015/Axios-%EC%82%AC%EC%9A%A9%EB%B2%95-%EC%84%9C%EB%B2%84-%ED%86%B5%EC%8B%A0-%ED%95%B4%EB%B3%B4%EA%B8%B0
https://victorydntmd.tistory.com/35
<다른 도메인간 쿠키 전송하기>
https://velog.io/@wiostz98kr/%EB%8B%A4%EB%A5%B8-%EB%8F%84%EB%A9%94%EC%9D%B8%EA%B0%84-%EC%BF%A0%ED%82%A4-%EC%A0%84%EC%86%A1%ED%95%98%EA%B8%B0
<axios 참고>
https://yamoo9.github.io/axios/guide/response-schema.html
https://axios-http.com/kr/docs/post_example
<javascrtip참고>
https://ko.javascript.info/
<typescript 개념>
https://738.github.io/clean-code-typescript/