Skip to content

hemanthsaich/CoShop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoShop - An Ecommerce Website for Fashion and Retail

CoShop is a comprehensive ecommerce platform tailored specifically for fashion enthusiasts. Developed using a combination of frontend and backend technologies, CoShop offers a seamless and intuitive shopping experience for users, along with robust management functionalities for administrators.

Features

Home Screen and Product Listing:

A visually appealing interface showcasing featured products and categories.

image

Product Details and Rating Component:

Comprehensive product details, including specifications, pricing, availability, and user reviews.

image

Shopping Cart and Checkout Process:

Seamless management of cart contents, with step-by-step checkout flow for order review, shipping selection, and payment details.

image

image

image

image

User Authentication:

Secure user registration, login, and profile management functionalities, ensuring privacy and access control.

image

image

image

Admin Panel and Management Functionalities:

Centralized dashboard for administrators, facilitating user, product, and order management.

image image

image image

image

Product Search Functionality:

User-generated product advanced search functionality for efficient product discovery.

image

Technologies Used

  • Frontend: React, Redux, React-Bootstrap
  • Backend: Django, MySQL
  • Authentication: JSON Web Tokens (JWT)

Installation

1. Clone the repository:

git clone https://github.com/hemanthsaich/CoShop.git

2. Navigate to the project directory:

cd coshop

3. Install dependencies for both frontend and backend:

# Install frontend dependencies
cd frontend
npm install

# Install backend dependencies
cd ..
cd backend
pip install -r requirements.txt

4. Run the development servers:

# Start frontend server
cd ..
cd frontend
npm start

# Start backend server
cd ..
cd backend
python manage.py runserver

5. Access the CoShop platform in your web browser:

http://localhost:3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published