binary-upload-boom
binary-upload-boom copied to clipboard
The 100Devs Social Network
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