binary-upload-boom
binary-upload-boom copied to clipboard
added post commenting feature and minor stying
The post pages now have a feature to add new comments by any user and display them (including author name, date, and comment text).
Completed steps:
- monoose Comment schema
- new comments.js route to handle createComment requests
- updated posts.js controllers to include comments data from DB as a res to GET req on page load
- updated post.js EJS template to display the form and all existing comments on a requested post
- applied Bootstrap CSS to style the post.js template