Skip to content

Welcome to the Mini E-commerce repository! This project is a lightweight e-commerce application designed to demonstrate core e-commerce functionalities using MERN Stack.

Notifications You must be signed in to change notification settings

Tamilvendhan23/MIni_E-commerce

Repository files navigation

Mini E-Commerce platform

Welcome to the Mini E-Commerce project! This project is a full-stack e-commerce application built with modern web technologies.

Preview

You can preview the project at m-ini-e-commerce.vercel.app.

Features

  • User authentication and authorization
  • Product listing and search
  • Shopping cart functionality
  • Order management
  • Responsive design
  • Admin panel for managing products and orders

Technologies Used

Frontend

  • React
  • TypeScript
  • Tailwind CSS
  • Vite

Backend

  • Node.js
  • Express
  • MongoDB

Getting Started

Prerequisites

  • Node.js
  • npm or yarn
  • MongoDB

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/mini-e-commerce.git
    cd mini-e-commerce
  2. Install dependencies for the backend:

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

    cd ../frontend
    npm install

Running the Project

  1. Start the backend server:

    cd backend
    npm start
  2. Start the frontend development server:

    cd ../frontend
    npm run dev
  3. Open your browser and navigate to http://localhost:3000.

Contributing

Contributions are welcome! Please open an issue or submit a pull request.

License

This project is licensed under the MIT License.

About

Welcome to the Mini E-commerce repository! This project is a lightweight e-commerce application designed to demonstrate core e-commerce functionalities using MERN Stack.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published