TrendyCart

TrendyCart is an innovative e-commerce platform built using React as a part of the Celebal Technologies ReactJS internship. tailored to meet contemporary shopping demands with intuitive interfaces and powerful features. This platform provides a wide array of functionalities aimed at improving the shopping experience for users and equipping administrators with effective management tools.

Prerequisites

  • Node.js (>= 12.x)
  • npm (>= 6.x)

Installation

To run TrendyCart locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/vinodjangid07/E-Commerce-Celebal-Tech.git
    cd E-Commerce-Celebal-Tech
  2. Install dependencies for the backend:

    cd backend
    npm install
  3. Install dependencies for the frontend:

    cd ../frontend
    npm install

Usage

  1. To run the Frontend:

    npm run start
  2. To run the Backend:

    node ./index.js