Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions dbSchema/comments.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"_id": "606219e9227bce189752a8bb",
"dateOfComment": "Mon Mar 29 2021 14:15:12 GMT-0400 (Eastern Daylight Time)",
"commenter": "john_doe_foodie",
"recipe_id": "id of recipe",
"user" : "Joe Schmo",
"user_id": "507f191e810c19729de860ea",
"comment": "This food is trash"

}
9 changes: 5 additions & 4 deletions dbSchema/recipes.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@
"tags": ["Dessert"],
"comments": [
{
"_id": "606219e9227bce189752a8bb",
"dateOfComment": "Mon Mar 29 2021 14:15:12 GMT-0400 (Eastern Daylight Time)",
"commenter": "john_doe_foodie",
"comment": "This food is trash"
"_id": "606219e9227bce189752a8bb",
"recipe_id": "id of recipe",
"user" : "Joe Schmo",
"user_id": "507f191e810c19729de860ea",
"comment": "This food is trash"
}
]
}
Expand Down