Files
Online-library/database/db.json

22 lines
416 B
JSON

{
"books":[
{
"id":1,
"title":"title",
"author":"author",
"annotation":"rtesfdsdfx",
"link_img":"/res/1984.png"
}
],
"users":[
{
"id":1,
"name":"name",
"fullname":"fullname",
"email":"email",
"city":"city",
"phone_number":1654113
}
]
}