-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
basicsExplore all node.js basicsExplore all node.js basicsenhancementNew feature or requestNew feature or request
Description
We want to be able to display a product detail by its ID
We want for now just to console log the product data
Tasks
Create the getProductById controller function.
That function get the request parameter called productId , and base of that call the static function findById on the Product class.
Metadata
Metadata
Assignees
Labels
basicsExplore all node.js basicsExplore all node.js basicsenhancementNew feature or requestNew feature or request