In this lesson we will be implementing the "U" from the "CRUD" acronym. What does that mean? "CRUD" stands for "Create, Read, Update, Delete", which are the 4 fundamental aspects of working with data in the real-world. Everything you do with data, is either creating, reading, updating or deleting. So these operations are SUPER important to understand and code properly. So we will be coding out an endpoint to update data for comments, which will be a PUT request to the "/comments/{commentId}" endpoint. Let's dive in! Other Important Links: - Check out our Bootcamp: 🤍🤍coderscampus.com/bootcamp Assignment Submission App Code: 🤍github.com/tp02ga/AssignmentSubmissionApp Subscribe to the Channel: 🤍bit.ly/3lKjxp0 #react #code #learntocode #springboot #bootstrap #java 00:00 Intro 01:21 Background 01:55 What we're building 02:50 Let's code 42:50 Coding Bootcamp