-
Notifications
You must be signed in to change notification settings - Fork 0
/
nohup
107 lines (107 loc) · 2.83 KB
/
nohup
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
[0mGET /api/ [33m404 [0m19.080 ms - 1454[0m
404
Mongoose connected to mongodb://blogger:blogger@localhost/blogDB
Getting blogs list
[ { _id: 5c8ef0918ba858036c8f8fb4,
author: 'Hi',
blogTitle: 'my',
blogText: 'name',
createdOn: 2019-03-18T01:12:49.880Z,
__v: 0 },
{ _id: 5c8ef6d17aa59203e1414f77,
author: 'YES ',
blogTitle: 'it ',
blogText: 'is',
createdOn: 2019-03-18T01:39:29.052Z,
__v: 0 },
{ _id: 5c8ef7297aa59203e1414f78,
author: 'why',
blogTitle: 'thank',
blogText: 'you',
createdOn: 2019-03-18T01:40:57.409Z,
__v: 0 },
{ _id: 5c8f00557d9ac9072359f676,
author: 'delete',
blogTitle: 'this',
blogText: 'now',
createdOn: 2019-03-18T02:20:05.289Z,
__v: 0 },
{ _id: 5c8f0999d11c920939214176,
author: 'Another',
blogTitle: 'Post',
blogText: 'Now',
createdOn: 2019-03-18T02:59:37.334Z,
__v: 0 },
{ _id: 5c8f10f52b99880ae58bca68,
author: 'Hi',
blogTitle: 'My',
blogText: 'Name',
createdOn: 2019-03-18T03:31:01.359Z,
__v: 0 },
{ _id: 5c8f110b2b99880ae58bca69,
author: 'Hi',
blogTitle: 'I',
blogText: 'am',
createdOn: 2019-03-18T03:31:23.262Z,
__v: 0 },
{ _id: 5c8f19e13791d50c80d794a5,
author: 'why',
blogTitle: 'is',
blogText: 'the',
createdOn: 2019-03-18T04:09:05.120Z,
__v: 0 } ]
[0mGET /api/blog [32m200 [0m20.601 ms - 685[0m
[0mGET /blog [36m304 [0m26.652 ms - -[0m
[0mGET /blog/add [36m304 [0m1.708 ms - -[0m
Getting blogs list
[ { _id: 5c8ef0918ba858036c8f8fb4,
author: 'Hi',
blogTitle: 'my',
blogText: 'name',
createdOn: 2019-03-18T01:12:49.880Z,
__v: 0 },
{ _id: 5c8ef6d17aa59203e1414f77,
author: 'YES ',
blogTitle: 'it ',
blogText: 'is',
createdOn: 2019-03-18T01:39:29.052Z,
__v: 0 },
{ _id: 5c8ef7297aa59203e1414f78,
author: 'why',
blogTitle: 'thank',
blogText: 'you',
createdOn: 2019-03-18T01:40:57.409Z,
__v: 0 },
{ _id: 5c8f00557d9ac9072359f676,
author: 'delete',
blogTitle: 'this',
blogText: 'now',
createdOn: 2019-03-18T02:20:05.289Z,
__v: 0 },
{ _id: 5c8f0999d11c920939214176,
author: 'Another',
blogTitle: 'Post',
blogText: 'Now',
createdOn: 2019-03-18T02:59:37.334Z,
__v: 0 },
{ _id: 5c8f10f52b99880ae58bca68,
author: 'Hi',
blogTitle: 'My',
blogText: 'Name',
createdOn: 2019-03-18T03:31:01.359Z,
__v: 0 },
{ _id: 5c8f110b2b99880ae58bca69,
author: 'Hi',
blogTitle: 'I',
blogText: 'am',
createdOn: 2019-03-18T03:31:23.262Z,
__v: 0 },
{ _id: 5c8f19e13791d50c80d794a5,
author: 'why',
blogTitle: 'is',
blogText: 'the',
createdOn: 2019-03-18T04:09:05.120Z,
__v: 0 } ]
[0mGET /api/blog [32m200 [0m5.223 ms - 685[0m
[0mGET /blog [36m304 [0m9.714 ms - -[0m
Finding a single blog { blogid: '5c8ef0918ba858036c8f8fb4' }