Welcome to eCollectic, where ordinary shopping takes a back seat and a world of eclectic wonders unfolds before your eyes! We take pride in offering an unparalleled range of cutting-edge products. Do you have a burning need for a handsome pair of cowboy boots? Are you tired of bathing in the sun’s golden rays only to find that your watermelon is now lukewarm? How ever will you refresh yourself? What a disaster. At eCollectic, you can find the solutions you're looking for. Whatever your heart desires, eCollectic can do it.
This repository shows the Admin Dashboard for our E-Commerce site where administrators can manage products efficiently.
- Product Management:
- Add, edit, and delete products.
- Upload product images and set details.
Ensure you have Node.js and npm installed.
1. Clone the repository:
https://github.com/Hack3r-han/eCollectic.git
2. Navigate to the project directory:
cd eCollectic
3. Install dependencies:
npm install
4. Start json server by executing the following command:
npm rum server
5. To start the Vite development server after installing dependencies, you can use the following command:
npm run dev
``