This commit is contained in:
2023-06-27 19:01:06 +02:00
parent 2cf0155ca2
commit 2487bbe8e1
10 changed files with 118 additions and 23 deletions

View File

@@ -26,6 +26,7 @@ const RecipeSchema = new mongoose.Schema(
},
portions :{type:String, default: ""},
cooking: {type:String, default: ""},
total_time : {type:String, default: ""},
ingredients : [ { name: {type: String, default: ""},
list: [{name: {type: String, default: ""},