-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdb.json
More file actions
58 lines (58 loc) · 1.67 KB
/
db.json
File metadata and controls
58 lines (58 loc) · 1.67 KB
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
{
"posts": [
{
"postId": 1001,
"title": "반갑습니다",
"content": "처음 가입했는데 앞으로 잘 부탁드립니다",
"userId": "bin3562"
},
{
"postId": 1002,
"title": "날다람쥐는 날아다니나요?",
"content": "ㅈㄱㄴ",
"userId": "도봉산날다람쥐"
},
{
"postId": 1003,
"title": "학식이 지겨워요 어떡하죠?",
"content": "사람들이 없어서 간식도 못 얻어먹고 있어요 살려주세요",
"userId": "한신짬타이거"
},
{
"postId": 1004,
"title": "동무들 날래 혁명하라우",
"content": "가열차게 로동해서 혁명과업 완수해내라우",
"userId": "로동당혁명선전부"
},
{
"postId": 1005,
"title": "뉴진스가 뉴 진을 입으면?",
"content": "청바지 브랜드에서 콜라보 한다던데요?",
"userId": "뉴진스가뉴구"
},
{
"postId": 1006,
"title": "안녕하세요 잇섭입니다",
"content": "오늘은 KT의 인터넷에 대해 이야기 해드리겠습니다",
"userId": "올라잇올라잇"
},
{
"postId": 1007,
"title": "도비는 오늘도 열심히 개발을 합니다",
"content": "매니저님들이 너무 든든해요...살았습니다....",
"userId": "개발자는피곤해"
},
{
"postId": 1008,
"title": "이제 자유가 맞겠죠?",
"content": "그렇다면 저는 개발자보다 나은 삶을 살고 있는거군요!",
"userId": "양말신은도비"
}
],
"users": [
{
"userid": "chitcaht",
"password": "1q2w3w4r!"
}
]
}