Skip to content

Flipkart clone application built with 3-tier architecture with Spring Boot RESTful API for backend and ReactJS for Frontend

Notifications You must be signed in to change notification settings

rajumb0232/E-Stores-Shopping-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

API Response (Example)

{
  "status": 302,
  "message": "store data found",
  "data": {
    "storeId": "fc2024c411ddcc-5e7e-412c-8e4f-d71b6e430663",
    "storeName": "Vintage Coutures",
    "about": "Get the latest trends at the lowest prices ever. Shop your favorite denim, jackets, trousers, accessories, and many more...",
    "address": {
      "addressId": "fc2024ce667df4-befe-46ef-936e-6b2e5edd8604",
      "addressLine1": "#34 Brigade Sheshmahal, Temple Street",
      "addressLine2": "Near National College",
      "areaVillage": "Basavanagudi",
      "cityDistrict": "Bengaluru Urban",
      "state": "Karnataka",
      "country": "India",
      "pincode": 560004
    },
    "contacts": [
      {
        "contactId": "fc202498e5df45-a083-4b40-b599-a5ac5a6c5177",
        "contactName": "Ram",
        "contactNumber": 8765456789,
        "primary": true
      },
      {
        "contactId": "fc202462ecf7ed-6d3d-4a7e-b366-7cc87da43de6",
        "contactName": "Sam",
        "contactNumber": 6789865788,
        "primary": false
      }
    ],
    "logoLink": "/images/65f04fe59f479006d072b540",
    "primeCategory": "FASHION"
  }
}

About

Flipkart clone application built with 3-tier architecture with Spring Boot RESTful API for backend and ReactJS for Frontend

Topics

Resources

Stars

Watchers

Forks

Languages