[Feature] Add fruit #6
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The user should be allowed to add fruits.
API Endpoint :
POST /fruitData :
{ "isFruit": true, "name": "pineapple", "image": "/some/image/path.jpg", "price": "471.00", "color": "#176172", "description": "The pineapple is a tropical plant.", "taste": "Intelligent", "expires": "2020-10-24T04:57:13.722Z", "id": 1 }Tip : This should appear in "data.more" array when making requests to "GET /fruit".