binary-upload-boom icon indicating copy to clipboard operation
binary-upload-boom copied to clipboard

The 100Devs Social Network

Results 219 binary-upload-boom issues
Sort by recently updated
recently updated
newest added

I was able to add `comments` to all the routes, models, controllers and ejs files. I verified that `comments` are being stored in the db but I wasn't able to...

Verified `Comments` stored in db.

- Created a comment controller with routes and model - Added a form in post.ejs to submit a comment - All comments are displayed in post.ejs along with the commenter's...

Add the ability to create comments under a specific post

Implemented the comment functionality