An E-Bay like E-Commerce application for the sale and purchase of electronic goods.
-
Clone the repository
git clone https://github.com/subru-37/StarkTechStore.git
-
Install dependencies
cd StarkTechStore npm install
-
Running the Application
npm run dev -- --host
All the APIs are written through RTK Query and Supabase Client functions
CategoryDetailsApi
: Fetches the different types of categories from the databaseProductDetailsApi
: Fetches the details of individual product as well as the entire list based on given filters. (Pagination to be implemented)