Skip to content

subru-37/StarkTechStore

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages