mirror of
https://github.com/sstent/expressmongotest.git
synced 2026-01-26 09:02:33 +00:00
jsut setting up
This commit is contained in:
21
chapter21/05_fake_users.json
Normal file
21
chapter21/05_fake_users.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
|
||||
"frank": {
|
||||
"username": "frank",
|
||||
"name": "Frank Sinatra",
|
||||
"bio": "Singer"
|
||||
},
|
||||
|
||||
"jobim": {
|
||||
"username": "jobim",
|
||||
"name": "Antonio Carlos Jobim",
|
||||
"bio": "Composer"
|
||||
},
|
||||
|
||||
"fred": {
|
||||
"username": "fred",
|
||||
"name": "Fred Astaire",
|
||||
"bio": "Dancer and Actor"
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user