Cloning Youtube with Vanilla and nodeJS
This cloning project was progressed with NomadCoders Academy
- Home
- Join
- Login
- Search
- User Detail
- Edit Profile
- Change Password
- Upload
- Video Detail
- Edit Video
Code Challenge: Delete comment
- 1. A user for own comments can see 'delete button' that activate with an API.
- 2. If user click a comment's delete button, the comment should be removed and a total comments number has to be changed.
- Hint: .populate() & if statement in views
- **Problem: After create comment, li tag's id=comment.id is activated when refresh.
- 3. This challenge ask do you understand 'template', 'API', and can you modify comments?
Authentication
- Facebook Auth
- Kakao Auth
- Naver Auth
- Google Auth