ZsoltToth / project-templates-mern

Project Template for FullStack JavaScript Projects uisng Mongo Express React Node
3 stars 2 forks source link

Record Food Endpoint #47

Closed ZsoltToth closed 2 years ago

ZsoltToth commented 2 years ago

As a user, I want to know the name, description, picture and allergens of the food.

See: #46

POST /api/foods { name: string description: string allergens: string[] picture: binary }

Response { id: string name: string, description: string allergens: string[] picture: binary }

ZsoltToth commented 2 years ago

image was changed for base64 encoded version instead of binary.