Add a PUT route for updating quotes in the data. This might require adding some sort of unique ID for each quote in the array in data.js.
Add a DELETE route for deleting quotes from the data array. As with PUT, this might require adding IDs to the data array and using req.params. For both of these ideas, you’ll be able to interact via Postman.
For most of these ideas, you might need to look into the front-end code in the public/ folder.
For most of these ideas, you might need to look into the front-end code in the public/ folder.