halkszavu / Project-Rossini

A repository for a recipe database.
0 stars 0 forks source link

Controller for recipes #4

Closed halkszavu closed 9 months ago

halkszavu commented 9 months ago
halkszavu commented 9 months ago
  • GET a recipe of an id
  • ~GET a recipe of a name~
  • PUT a new recipe:

    • if needed put the dish as well
  • DELETE a given recipe
  • POST update a recipe

GET with name is done

halkszavu commented 9 months ago

all is done