zunairkhan811 / food-recipe

In this project, Food recipes is made based on the logged in user and generate the shopping list for that items which are missing for recipes. App has the authorization and authentications features. A user can create and delete recipes if he is the owner of that Recipe.
MIT License
0 stars 0 forks source link

[3pt] Create Recipe Model #3

Closed zunairkhan811 closed 9 months ago

zunairkhan811 commented 9 months ago

Create a Recipe model and it should have a name, preparation time, cooking time, and public attributes. It should have references to User model and also set foreign key for cooking time column that will reference to recipe Id column in Recipe Food model.

zunairkhan811 commented 9 months ago

The Task has been completed in this pull Request. So closing this issue now.