Files
PIBD-23_Ivanov.D.A._Interne…/MyWebSite/db.json
2025-05-17 11:41:06 +04:00

117 lines
2.9 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"genres": [
{
"id": 1,
"name": "ФАНТАСТИКА"
},
{
"id": 2,
"name": "ДЕТЕКТИВ"
},
{
"id": 3,
"name": "РОМАН"
},
{
"id": 4,
"name": "ФЭНТЕЗИ"
},
{
"name": "УЖАС",
"id": 5
},
{
"name": "ужас3",
"id": 7
},
{
"name": "класс2",
"id": 9
},
{
"name": "ввв",
"id": 10
},
{
"name": "уу",
"id": 11
}
],
"books": [
{
"title": "Дюна",
"author": "Фрэнк Герберт",
"genreId": 1,
"price": 0,
"description": "Эпическая история о борьбе за контроль над планетой Арракис, источником самого ценного вещества во вселенной.",
"image": "images/dune.jpg",
"id": 1
},
{
"title": "Основание",
"author": "Айзек Азимов",
"price": 700,
"description": "Сага о падении и возрождении галактической империи, основанная на научных принципах.",
"image": "images/foundation.jpg",
"genreId": 1,
"id": 2
},
{
"id": 3,
"title": "Убийство в Восточном экспрессе",
"author": "Агата Кристи",
"price": 750,
"description": "Загадочное убийство на поезде, где каждый пассажир может быть подозреваемым.",
"image": "images/murder_on_the_orient_express.jpg",
"genreId": 2
},
{
"id": 5,
"title": "Гарри Поттер и философский камень",
"author": "Дж.К. Роулинг",
"price": 800,
"description": "Приключения молодого волшебника в школе магии Хогвартс.",
"image": "images/harry_potter.webp",
"genreId": 4
},
{
"title": "Песнь льда и огня",
"author": "Джордж Р. Р. Мартин",
"price": 5,
"description": "роарапс",
"image": "images/asongoficeandfire.jpg",
"genreId": 4,
"id": 6
},
{
"title": "Песнь льда и огня",
"author": "ыыы",
"price": 3455,
"description": "кцакровчвепп",
"image": "images/foundation.jpg",
"genreId": 2,
"id": 7
},
{
"title": "рл",
"author": "л",
"genreId": 3,
"price": 2,
"description": "иоио",
"image": "https://u.9111s.ru/uploads/202308/21/7a16d872540b76031e7dbc7590bc6c1b.png",
"id": 10
}
],
"cart": [
{
"bookId": 1,
"quantity": 1,
"id": 2
},
{
"bookId": 10,
"quantity": 1,
"id": 3
}
]
}