binary-upload-boom
binary-upload-boom copied to clipboard
The 100Devs Social Network
Added comments to BUB
- Created a comment controller and model. - CommentSchema contains the following properties: comment, likes, post, user, userId, createdAt. - Added a form in post.ejs to submit a comment. -...
I completed the challenge: 5 I feel really good about my code: 5 I'm looking forward to adding tailwind!
added comments and user attribution to posts and the ability to delete comments made by logged in user.
- Created a model for comment documents for a MongoDB collection. - Added a form in the EJS to post a comment, using an action of the same id of...
- Users can comment on a post - Users able to like comments - Users able to delete (their own) comments