Skip to content

Redux Store Tree

Caroline Sarkki edited this page Dec 29, 2021 · 1 revision
{
 session: {
   user: {
     1: {
        email: "[email protected]"
        id: 1,
        username: "Demo",
     },
   },
 },
 restaurant: {
    1: {
      address: "522 Green St."
      categoryId: 1
      city: "San Francisco"
      created_at: "Fri, 17 Dec 2021 00:47:28 GMT"
      description: "Located in the heart of North Beach, San Francisco, Sotto Mare Restaurant provides a delicious and 
      authentic Italian North Beach experience. We are proud to serve the freshest fish and shellfish in town; Oysters 
      and clams on the half shell, Boston style Clam Chowder, Baccala, Crab Cioppino, Louis salads, Seafood Pastas and 
      Seafood Risotto are just a few of the items we offer. For those who like to cook at home, we also offer a 
      selection of our fresh fish daily. If you are looking for the best Italian seafood in San Francisco, you found 
      us!"
      hours: "Mon - Sun 11:30 AM - 9:00 PM"
      id: 1
      imageUrl: "https://res.cloudinary.com/dsz4sha80/image/upload/v1639589922/sottoMare_cwz82i.jpg"
      lat: null
      lng: null
      name: "Sotto Mare Oysteria & Seafood"
      ownerId: 1
      phoneNumber: "(415) 398-3181"
      priceRating: 2
      review_count: 3
      stars: 5
      state: "CA"
      updated_at: "Fri, 17 Dec 2021 00:47:28 GMT"
      websiteUrl: "https://www.sottomaresf.com/"
      zipcode: 94133
   },
},
  review: {
    1: {
     content: {
       content: "The food was delicious!"
       created_at: "Fri, 17 Dec 2021 00:47:28 GMT"
       id: 1
       rating: 5
       restaurantId: 1
       updated_at: "Fri, 17 Dec 2021 00:47:28 GMT"
       userId: 1
    },
  },
}
Clone this wiki locally