2023년 11월

DEV

[Youtube clone coding] #8 User Profile

  #8.0 Edit Profile GET, #8.1 Protector and Public Middlewares 깃허브로 로그인하면 아바타를 가져올 수 있다. 이번 챕터에서는 웹사이트 로그인에서도 […]

DEV

[Youtube clone coding] #6 MongoDB and Mongoose (2)

#6.15, #6.16 Creating a Video   schema에 맞게 upload.pug를 수정해주었다.   그리고 videocontroller.js의 함수를 수정해주었다. Video.js에 정의한 Video 객체에 request로

DEV

[Youtube clone coding] #5 Templates

  #5.0 Returning HTML response에 매번 html을 작성하여 send 해주는 것은 무리이다… 따라서 우리는 pug를 사용할 것이다! #5.1, #5.2 Configuring

DEV

[Youtube clone coding] #4 Routers

#4.0, 4.1, 4.2 Routers   위처럼 만들어줄 수 있지만 그렇게 예쁘지는 않다. 라우터를 도메인 별로 나눠주자!   라우터 → 작업중인

위로 스크롤