TomNgTech / Groceries-Recipes-Meal-Plan-Backend

1 stars 0 forks source link

Custom id to Ingredients Post Route #57

Closed josh671 closed 1 year ago

josh671 commented 1 year ago

Description: As a developer I would like the post route for ingredients to utilize crypto.randomUUID() for the ingredients id.

Acceptance Criteria: [] new ingredients have id's based on crypto.randomUUID() [] ingredients are passed to the database with their status code being 200 [] no errors are returned when adding items to the db.