Advertisement
Kool_Cool

00(http://localhost:8080/projects)

May 9th, 2024
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 5.65 KB | None | 0 0
  1. // http://localhost:8080/projects
  2. [
  3.     {
  4.         "city": "New York",
  5.         "contractor": {
  6.             "Id": 1,
  7.             "Firstname": "John",
  8.             "Lastname": "Doe",
  9.             "City": "New York",
  10.             "State": "NY",
  11.             "Mobile": "1234567890",
  12.             "Email": "[email protected]",
  13.             "Slug": "john-doe",
  14.             "Pincode": "10001",
  15.             "Verified": true,
  16.             "Active": true,
  17.             "Display": true
  18.         },
  19.         "description": "Complete home renovation project.",
  20.         "display": true,
  21.         "furniture": [
  22.             {
  23.                 "description": "A comfortable wooden chair.",
  24.                 "dimensions": "20x20x30",
  25.                 "display": true,
  26.                 "id": 1,
  27.                 "name": "Wooden Chair",
  28.                 "price": 49.99,
  29.                 "slug": "wooden-chair"
  30.             },
  31.             {
  32.                 "description": "A large wooden desk.",
  33.                 "dimensions": "50x50x30",
  34.                 "display": true,
  35.                 "id": 4,
  36.                 "name": "Wooden Desk",
  37.                 "price": 149.99,
  38.                 "slug": "wooden-desk"
  39.             }
  40.         ],
  41.         "id": 1,
  42.         "projectImage": [
  43.             {
  44.                 "Id": 1,
  45.                 "ImagePath": "https://res.cloudinary.com/dxqdslrdu/image/upload/v1715141247/home-renovation_mixbtk.jpg",
  46.                 "Display": true,
  47.                 "project_id": 1
  48.             }
  49.         ],
  50.         "projectName": "Home Renovation",
  51.         "slug": "home-renovation"
  52.     },
  53.     {
  54.         "city": "Los Angeles",
  55.         "contractor": {
  56.             "Id": 2,
  57.             "Firstname": "Jane",
  58.             "Lastname": "Smith",
  59.             "City": "Los Angeles",
  60.             "State": "CA",
  61.             "Mobile": "0987654321",
  62.             "Email": "[email protected]",
  63.             "Slug": "jane-smith",
  64.             "Pincode": "90001",
  65.             "Verified": true,
  66.             "Active": true,
  67.             "Display": true
  68.         },
  69.         "description": "Complete office renovation project.",
  70.         "display": true,
  71.         "furniture": [
  72.             {
  73.                 "description": "A sturdy metal table.",
  74.                 "dimensions": "30x30x30",
  75.                 "display": true,
  76.                 "id": 2,
  77.                 "name": "Metal Table",
  78.                 "price": 79.99,
  79.                 "slug": "metal-table"
  80.             }
  81.         ],
  82.         "id": 2,
  83.         "projectImage": [
  84.             {
  85.                 "Id": 2,
  86.                 "ImagePath": "https://res.cloudinary.com/dxqdslrdu/image/upload/v1715141248/office-renovation_exw8oa.jpg",
  87.                 "Display": true,
  88.                 "project_id": 2
  89.             }
  90.         ],
  91.         "projectName": "Office Renovation",
  92.         "slug": "office-renovation"
  93.     },
  94.     {
  95.         "city": "Chicago",
  96.         "contractor": {
  97.             "Id": 3,
  98.             "Firstname": "Bob",
  99.             "Lastname": "Johnson",
  100.             "City": "Chicago",
  101.             "State": "IL",
  102.             "Mobile": "1122334455",
  103.             "Email": "[email protected]",
  104.             "Slug": "bob-johnson",
  105.             "Pincode": "60007",
  106.             "Verified": true,
  107.             "Active": true,
  108.             "Display": true
  109.         },
  110.         "description": "Complete kitchen remodel project.",
  111.         "display": true,
  112.         "furniture": [
  113.             {
  114.                 "description": "A comfortable leather sofa.",
  115.                 "dimensions": "60x30x40",
  116.                 "display": true,
  117.                 "id": 3,
  118.                 "name": "Leather Sofa",
  119.                 "price": 299.99,
  120.                 "slug": "leather-sofa"
  121.             }
  122.         ],
  123.         "id": 3,
  124.         "projectImage": [
  125.             {
  126.                 "Id": 3,
  127.                 "ImagePath": "https://res.cloudinary.com/dxqdslrdu/image/upload/v1715141247/kitchen-remodel_ljblqz.jpg",
  128.                 "Display": true,
  129.                 "project_id": 3
  130.             }
  131.         ],
  132.         "projectName": "Kitchen Remodel",
  133.         "slug": "kitchen-remodel"
  134.     },
  135.     {
  136.         "city": "Houston",
  137.         "contractor": {
  138.             "Id": 1,
  139.             "Firstname": "John",
  140.             "Lastname": "Doe",
  141.             "City": "New York",
  142.             "State": "NY",
  143.             "Mobile": "1234567890",
  144.             "Email": "[email protected]",
  145.             "Slug": "john-doe",
  146.             "Pincode": "10001",
  147.             "Verified": true,
  148.             "Active": true,
  149.             "Display": true
  150.         },
  151.         "description": "Complete bathroom update project.",
  152.         "display": true,
  153.         "furniture": [
  154.             {
  155.                 "description": "A comfortable wooden chair.",
  156.                 "dimensions": "20x20x30",
  157.                 "display": true,
  158.                 "id": 1,
  159.                 "name": "Wooden Chair",
  160.                 "price": 49.99,
  161.                 "slug": "wooden-chair"
  162.             },
  163.             {
  164.                 "description": "A large wooden desk.",
  165.                 "dimensions": "50x50x30",
  166.                 "display": true,
  167.                 "id": 4,
  168.                 "name": "Wooden Desk",
  169.                 "price": 149.99,
  170.                 "slug": "wooden-desk"
  171.             }
  172.         ],
  173.         "id": 4,
  174.         "projectImage": [
  175.             {
  176.                 "Id": 4,
  177.                 "ImagePath": "https://res.cloudinary.com/dxqdslrdu/image/upload/v1715141247/bathroom-update_tnbyur.jpg",
  178.                 "Display": true,
  179.                 "project_id": 4
  180.             }
  181.         ],
  182.         "projectName": "Bathroom Update",
  183.         "slug": "bathroom-update"
  184.     }
  185. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement