binary-upload-boom
binary-upload-boom copied to clipboard
Added user comment post & delete functionality
- 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 username
- Conditional in post.ejs determines if the logged-in user matches the user that made the comment, the trash can icon will appear and the comment can be deleted.