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

Added user comment post & delete functionality

Open mellen-code opened this issue 2 years ago • 0 comments

  • 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.

mellen-code avatar Mar 03 '23 17:03 mellen-code