complete-node-bootcamp
complete-node-bootcamp copied to clipboard
Bug in deleteReview controller
The way deleting a review is implemented any user can delete any other user's review, there is no check implemented to see whether the user deleting the review is the one who posted it in the first place.
I had the same doubt
Many of the endpoints are not compelete in the main project becasue the whole point of the project is to example many unique concepts as possible in as many unique ways possible and not to spoon feed. It is left upto the students if they wish to finish the remaining endpoints as practise or move on to thier next big project. If you are stuck while trying to implement those endpoint you can ask for help here or on the Q&A section of the course.