Assignment
Here’s the suggested assignment for this chapter: A good assignment would be to add more features to the API, such as:
- Add a new endpoint to get a single product.
- Add a new endpoint to remove a product from the cart.
- Add a new endpoint to update the quantity of a product in the cart.
You can solve this by just adding the above to Copilot Chat as prompts and see what it generates. Expect both the code and documentation to change.