Skip to content

Commit 3828eef

Browse files
authored
Update db.json
1 parent 0c73cf4 commit 3828eef

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

json-server-library-api/db.json

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@
33
"name": "On Click",
44
"users": [
55
{
6-
"name": "Lucaciu Daiana-Larisa",
6+
"name": "admin",
77
"password": "admin",
88
"email": "[email protected]",
99
"address": "Oradea",
1010
"role": "admin",
11-
"books": [],
1211
"id": 1
1312
},
1413
{
@@ -17,7 +16,9 @@
1716
"email": "[email protected]",
1817
"address": "Oradea",
1918
"role": "reader",
20-
"books": [],
19+
"books": [{"id":1,"title":"Amintiri din copilarie",
20+
"code":1892,"publishing":"Litera","category":["Biografie","Memorii"],"authors":{"name":["Ion Creanga"]},"history":{"borrow":"5/01/2023","return":"25/01/2023"}},
21+
{"id":2,"title":"Luceafărul","code":1883,"publishing":" Agora","category":["poem de dragoste"],"authors":{"name":["Mihai Eminescu"]},"history":{"borrow":"5/01/2023","return":"20/01/2023"}}],
2122
"id": 2
2223
},
2324
{
@@ -44,7 +45,9 @@
4445
"email": "",
4546
"address": "Oradea",
4647
"role": "reader",
47-
"books": "[]",
48+
"books": [{"id":1,"title":"Amintiri din copilarie",
49+
"code":1892,"publishing":"Litera","category":["Biografie","Memorii"],"authors":{"name":["Ion Creanga"]},"history":{"borrow":"5/01/2023","return":"25/01/2023"}},
50+
{"id":2,"title":"Luceafărul","code":1883,"publishing":" Agora","category":["poem de dragoste"],"authors":{"name":["Mihai Eminescu"]},"history":{"borrow":"5/01/2023","return":"20/01/2023"}}],
4851
"id": 5
4952
},
5053
{
@@ -53,7 +56,9 @@
5356
"password": "12345",
5457
"address": "Oradea",
5558
"role": "reader",
56-
"books": [],
59+
"books": [{"id":1,"title":"Poveşti şi povestiri",
60+
"code":1892,"publishing":"Litera","category":["povesti"],"authors":{"name":["Ion Creanga"]},"history":{"borrow":"3/01/2023","return":"25/01/2023"}},
61+
{"id":2,"title":"Floare albastră","code":1873,"publishing":"Semn","category":["poezie"],"authors":{"name":["Mihai Eminescu"]},"history":{"borrow":"10/01/2023","return":"20/01/2023"}}],
5762
"id": 6
5863
},
5964
{
@@ -67,7 +72,7 @@
6772
},
6873
{
6974
"name": "daiana",
70-
"books": "[]",
75+
"books": [],
7176
"email": "[email protected]",
7277
"password": "pass",
7378
"address": "Oradea",

0 commit comments

Comments
 (0)