Skip to content

Latest commit

 

History

History
53 lines (36 loc) · 1.84 KB

README.md

File metadata and controls

53 lines (36 loc) · 1.84 KB

Stark Tech Store

An E-Bay like E-Commerce application for the sale and purchase of electronic goods.

Table of Contents

  1. Prerequisites
  2. Setup
  3. API Documentation
  4. Technologies Used

Prerequisites

Setup

  1. Clone the repository

    git clone https://github.com/subru-37/StarkTechStore.git
  2. Install dependencies

    cd StarkTechStore
    npm install
  3. Running the Application

    npm run dev -- --host
    

API Documentation

All the APIs are written through RTK Query and Supabase Client functions

  1. CategoryDetailsApi: Fetches the different types of categories from the database
  2. ProductDetailsApi: Fetches the details of individual product as well as the entire list based on given filters. (Pagination to be implemented)

Technologies Used