mongoose + tests

This commit is contained in:
Primakov Alexandr Alexandrovich
2024-10-16 11:06:23 +03:00
parent 2cfcd7347b
commit 4b0d9b4dbc
1295 changed files with 4579 additions and 1719 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"success": true,
"body": {
"id": 1,
"categoryId": 1,
"title": "How to write an Interview Question post",
"commentCount": 2,
"viewCount": 0,
"tagsId": [1, 2],
"voteCount": 0,
"voteStatus": 0,
"content": "## Heading level 2\n#### Heading level 4\nI just love **bold text**.\nItalicized text is the _cat's meow_.\n- Revenue was off the chart.\n- Profits were higher than ever.\n",
"updationDate": 1648229493,
"creationDate": 1524865315,
"authorId": 1,
"isOwnPost": true
},
"errors": [],
"warnings": []
}