{
  "users": [
    {
      "id": 1,
      "username": "bradwestfall",
      "name": "Brad Westfall",
      "password": "abc123",
      "avatarUrl": "https://avatars3.githubusercontent.com/u/2272118?v=4"
    },
    {
      "id": 2,
      "username": "brucelee",
      "name": "Bruce Lee",
      "password": "password",
      "avatarUrl": "/images/bruce-lee.jpg"
    },
    {
      "id": 3,
      "username": "huy",
      "name": "Huy Dang",
      "password": "123",
      "avatarUrl": "https://avatars1.githubusercontent.com/u/29898753?v=4"
    }
  ],
  "products": [
    {
      "id": 1,
      "name": "Nintendo NES",
      "description": "The Nintendo Entertainment System (NES) is an 8-bit third-generation home video game console produced, released, and marketed by Nintendo. It is a remodelled export version of the company's Family Computer[a] (FC) platform in Japan, commonly known as the Famicom, which was launched on July 15, 1983",
      "imagePath": "/images/products/nintendo-nes.png",
      "inventory": 8,
      "price": 120,
      "year": "1985",
      "condition": "fair",
      "brand": "Nintendo",
      "category": "games",
      "relatedProducts": [
        2,
        3
      ],
      "rating": 4.5
    },
    {
      "id": 2,
      "name": "Donkey Kong Country",
      "description": "Donkey Kong Country is a 1994 platform game developed by Rare and published by Nintendo for the Super Nintendo Entertainment System, as part of the Donkey Kong franchise created by Shigeru Miyamoto. The game centers on the duo of Donkey Kong and his nephew Diddy Kong, who are on a quest to recover their stolen banana hoard from King K. Rool and his henchmen Kremlings.",
      "imagePath": "/images/products/donkey-kong-country.jpg",
      "inventory": 8,
      "price": 56,
      "year": "1994",
      "condition": "excellent",
      "brand": "Nintendo",
      "category": "games",
      "relatedProducts": [
        1,
        3
      ],
      "rating": 3.5
    },
    {
      "id": 3,
      "name": "Mario Kart",
      "description": "Mario Kart is a series of go-kart-style racing video games developed and published by Nintendo as spin-offs from its trademark Super Mario series. The first in the series, Super Mario Kart, was launched in 1992 on the Super Nintendo Entertainment System to critical and commercial success.",
      "imagePath": "/images/products/mario-kart.jpg",
      "inventory": 9,
      "price": 67,
      "year": "1992",
      "condition": "fair",
      "brand": "Nintendo",
      "category": "games",
      "relatedProducts": [
        11,
        2
      ],
      "rating": 4.5
    },
    {
      "id": 4,
      "name": "Google Glass",
      "description": "Google Glass is a brand of smart glasses—an optical head-mounted display designed in the shape of a pair of eyeglasses, developed by X (previously Google X). It has an integral 5 megapixel still/720p video camera.",
      "imagePath": "/images/products/google-glass.jpg",
      "inventory": 20,
      "price": 415,
      "year": "2013",
      "condition": "excellent",
      "brand": "Google",
      "category": "gadgets",
      "relatedProducts": [
        15
      ],
      "rating": 3
    },
    {
      "id": 5,
      "name": "Rio 600",
      "description": "32 MB of built-in flash memory, Large, easy-to-read LCD screen, Fast USB connectivity, Can accept additional memory backpacks to expand memory up to 340 MB, PC and Mac compatible",
      "imagePath": "/images/products/rio.jpg",
      "inventory": 3,
      "price": 89,
      "year": "1999",
      "condition": "poor",
      "brand": "Rio",
      "category": "music",
      "relatedProducts": [
        6
      ],
      "rating": 3
    },
    {
      "id": 6,
      "name": "Sony Walkman",
      "description": "Walkman is a brand of portable media players manufactured by Sony. The original Walkman, released in 1979, was a portable cassette player that changed listening habits by allowing people to listen to music of their choice on the move",
      "imagePath": "/images/products/sony-walkman.jpg",
      "inventory": 7,
      "price": 145,
      "year": "1980",
      "condition": "fair",
      "brand": "Sony",
      "category": "music",
      "relatedProducts": [
        5,
        19
      ],
      "rating": 3
    },
    {
      "id": 7,
      "name": "Blink-182 Carousel",
      "description": "Walkman is a brand of portable media players manufactured by Sony. The original Walkman, released in 1979, was a portable cassette player that changed listening habits by allowing people to listen to music of their choice on the move",
      "imagePath": "/images/products/blink182-carousel.jpg",
      "inventory": 90,
      "price": 9,
      "year": "1994",
      "condition": "fair",
      "brand": "Sony",
      "category": "music",
      "relatedProducts": [
        19
      ],
      "rating": 4.5
    },
    {
      "id": 8,
      "name": "Iomega Zip 100 External Drive 100mb",
      "description": "The Zip drive is a removable floppy disk storage system that was introduced by Iomega in late 1994. Considered medium-to-high-capacity at the time of its release, Zip disks were originally launched with capacities of 100 MB, then 250 MB, and then 750 MB",
      "imagePath": "/images/products/iomega-zip.jpg",
      "inventory": 2,
      "price": 34,
      "year": "1996",
      "condition": "poor",
      "brand": "Iomega",
      "category": "storage",
      "relatedProducts": [
        5,
        18
      ],
      "rating": 2
    },
    {
      "id": 10,
      "name": "Super Mario Bros. 2",
      "description": "Super Mario Bros. 2 is a platform game developed and published by Nintendo for the Nintendo Entertainment System. The game was first released in North America in October 1988, and in the PAL region the following year.",
      "imagePath": "/images/products/smb2.jpg",
      "inventory": 2,
      "price": 66,
      "year": "1988",
      "condition": "good",
      "brand": "Nintendo",
      "category": "games",
      "rating": 2.5
    },
    {
      "id": 11,
      "name": "Super Mario RPG",
      "description": "Super Mario RPG: Legend of the Seven Stars is a role-playing video game developed by Square and published by Nintendo for the Super Nintendo Entertainment System in 1996.",
      "imagePath": "/images/products/smrpg.jpg",
      "inventory": 5,
      "price": 78,
      "year": "1996",
      "condition": "excellent",
      "brand": "Nintendo",
      "category": "games",
      "relatedProducts": [
        2,
        3
      ],
      "rating": 4.5
    },
    {
      "id": 12,
      "name": "Star Fox 64",
      "description": "Star Fox 64, known in the PAL region as Lylat Wars, is a 3D scrolling shooter game themed around aircraft combat for the Nintendo 64 video game console. It is a reboot of the original Star Fox, and the only game in the Star Fox series to be released on the Nintendo 64.",
      "imagePath": "/images/products/starfox.jpg",
      "inventory": 9,
      "price": 65,
      "year": "1997",
      "condition": "good",
      "brand": "Nintendo",
      "category": "games",
      "rating": 4.5
    },
    {
      "id": 13,
      "name": "Whoomp! by Tag Team",
      "description": "Whoomp! (There It Is) is the debut album by the rap duo Tag Team. The album was released on July 20, 1993 for Bellmark Records and Life Records and was produced by Steve Roll'n and DC the Brain Supreme.",
      "imagePath": "/images/products/whoomp.jpg",
      "inventory": 13,
      "price": 12,
      "year": "1993",
      "condition": "good",
      "brand": "Bellmark",
      "category": "music",
      "relatedProducts": [
        7,
        19
      ],
      "rating": 3
    },
    {
      "id": 14,
      "name": "Stretch Armstrong",
      "description": "Stretch Armstrong is a large, gel-filled action figure first introduced in 1976 by Kenner.[1] In 2016, at the New York Toy Fair, Hasbro announced the return of the Stretch Armstrong toy in its original 1976 design.",
      "imagePath": "/images/products/stretch-armstrong.jpg",
      "inventory": 15,
      "price": 26.38,
      "year": "1976",
      "condition": "excellent",
      "brand": "Hasbro",
      "category": "toys",
      "rating": 4
    },
    {
      "id": 15,
      "name": "View-Master",
      "description": "Stereoscopic photo viewer",
      "imagePath": "/images/products/view-master.jpg",
      "inventory": 50,
      "price": 5,
      "year": "1939",
      "condition": "excellent",
      "brand": "Sawyer’s",
      "category": "gadgets",
      "rating": 4.5
    },
    {
      "id": 16,
      "name": "Newton",
      "description": "Personal digital assistant",
      "imagePath": "/images/products/newton-2000.jpg",
      "inventory": 30,
      "price": 499,
      "year": "1993",
      "condition": "good",
      "brand": "Apple",
      "category": "computers",
      "rating": 4
    },
    {
      "id": 17,
      "name": "Flux Capacitor",
      "description": "Time travel with 1.21 Gigawatts",
      "imagePath": "/images/products/flux-capacitor.jpg",
      "inventory": 1,
      "price": 10000,
      "year": "1985",
      "condition": "fair",
      "brand": "Emmett Brown Custom Manufacturing",
      "category": "gadgets",
      "relatedProducts": [
        19
      ],
      "rating": 5
    },
    {
      "id": 18,
      "name": "iBook G3 \"Clamshell\"",
      "description": "Laptop computer, with Wi-Fi",
      "imagePath": "/images/products/clamshell.png",
      "inventory": 5,
      "price": 199,
      "year": "1999",
      "condition": "good",
      "brand": "Apple",
      "category": "computers",
      "rating": 4.5
    },
    {
      "id": 19,
      "name": "Michael Jackson - Thriller",
      "description": "Thriller is the sixth studio album by American singer Michael Jackson, released on November 30, 1982 by Epic Records.",
      "imagePath": "/images/products/michael-jackson-thriller.jpg",
      "inventory": 2,
      "price": 25,
      "year": "1982",
      "condition": "good",
      "brand": "Epic Records.",
      "category": "music",
      "relatedProducts": [
        7,
        13
      ],
      "rating": 5
    }
  ]
}