binary-upload-boom
binary-upload-boom copied to clipboard
Added comment functionality on posts
- 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 the post as the action
- Added a method in the controller to store the comments in the db
- The comments of the requested post are passed to the EJS, and are showed in a comment section of the posts