TracksServersSprint 2End of Sprint ReviewCompiled Learning ObjectivesAt the end of the sprint, you should be able to do the following things. Make sure to check you can do them all, and if not, go back and keep practicing until you can.CRUD (Prep)Define CRUDGET (Prep)Process a GET request using Express and Node to retrieve data from memoryGET single movie (Prep)Use GET to match a specific query parameterPOST (Prep)Process a POST request using Express and Node and store data in memoryCRUD Workshop (Day Plan)Define the acronym CRUDProcess a GET request using Express and Node to retrieve data from memoryProcess a POST request using Express and Node and store data in memoryProcess a DELETE request using Express and Node to remove data from memory