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.
- Python 3.8+
- Virtual Environment (optional but recommended)
- Git
- Clone the repository:
git clone https://github.com/dhivakar020/ShopEase.git cd shopEase
- Navigate to the backend folder and create a virtual environment:
python -m venv env source env/bin/activate # On Windows: env\Scripts\activate
- Install dependencies:
pip install -r requirements.txt
- Apply migrations:
python manage.py migrate
- Run the development server:
python manage.py runserver
Get your frontend for this project at https://github.com/dhivakar020/ShopEase-Frontend.git