Skip to content

dhivakar020/ShopEase

Repository files navigation

ShopEase

ShopEase is a modern e-commerce web application built with Django and React. It provides a seamless shopping experience for customers, featuring user authentication, cart management, order placement, and an admin dashboard for managing products and orders.

Installation

Prerequisites

  • Python 3.8+
  • Virtual Environment (optional but recommended)
  • Git

Backend Setup

  1. Clone the repository:
    git clone https://github.com/dhivakar020/ShopEase.git
    cd shopEase
  2. Navigate to the backend folder and create a virtual environment:
    python -m venv env
    source env/bin/activate  # On Windows: env\Scripts\activate
  3. Install dependencies:
    pip install -r requirements.txt
  4. Apply migrations:
    python manage.py migrate
  5. Run the development server:
    python manage.py runserver

Frontend

Get your frontend for this project at https://github.com/dhivakar020/ShopEase-Frontend.git

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages