-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuserdata.js
94 lines (82 loc) · 1.97 KB
/
userdata.js
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
// mongo demoDB ./requestdata.js
db.posts.save({
Posts: "Sed ut perspiciatis unde omnis iste natus error",
Company: "World Outreach Church",
dbid: "faegfnjksbghksb",
Username: "J Smooth",
Likes: 0
});
db.posts.save({
Posts: "Sed ut perspiciatis unde omnis iste natus error",
Company: "World Outreach Church",
dbid: "faegfnjwdwdwdksbghksb",
Username: "K Smooth",
Likes: 0
});
db.posts.save({
Posts: "Sed ut perspiciatis unde omnis iste natus error",
Company: "World Outreach Church",
dbid: "faegfnjwdwdwdsdsddksbghksb",
Username: "Z Smooth",
Likes: 0
});
db.posts.save({
Posts: "Sed ut perspiciatis unde omnis iste natus error",
Company: "World Outreach Church",
dbid: "faegfnjwdwdwdwdwwdsdsddksbghksb",
Username: "Justin",
Likes: 0
});
db.posts.save({
Posts: "Sed ut perspiciatis unde omnis iste natus error",
Company: "World Outreach Church",
dbid: "faegfnjwdwddwdwwdwdwwdsdsddksbghksb",
Username: "Justin",
Likes: 0
});
db.posts.save({
Posts: "Sed ut perspiciatis unde omnis iste natus error",
Company: "World Outreach Church",
dbid: "faegfnjwdwwqqsaderdwwdsdsddksbghksb",
Username: "Justin",
Likes: 0
});
db.notes.save({
Note: "This is a note",
dbid: "faegfnwwqqsaderdwwdsdsddksbghksb",
Username: "Justin"
});
db.notes.save({
Note: "This is another note",
dbid: "faegfnwwqqsadsdsdderdwwdsdsddksbghksb",
Username: "Justin"
});
db.notes.save({
Note: "This is yet another note",
dbid: "faegfnderdwwdsdsddksbghksb",
Username: "Justin"
});
db.login.save({
Username: "I'mme",
Password: "P@ssword1",
RememberMe: true,
dbid: "fnijwehf9uhfgiurwkva"
});
db.login.save({
Username: "anotheruser",
Password: "P@ssword1",
RememberMe: true,
dbid: "fnijwehf9uhfgiudsdsdrwkva"
});
db.login.save({
Username: "justinal64",
Password: "P@ssword1",
RememberMe: true,
dbid: "fnijwehf9cvcvcvcuhfgiurwkva"
});
db.login.save({
Username: "johnny",
Password: "P@ssword1",
RememberMe: true,
dbid: "fnijwhfgiurwkva"
});