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

Create Food Model #21

Closed Lawmsangi closed 9 months ago

Lawmsangi commented 9 months ago

I created a Food model and it has a name, measurement unit, price, and quantity attributes and it takes references from User model.