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.
A visually appealing interface showcasing featured products and categories.
Comprehensive product details, including specifications, pricing, availability, and user reviews.
Seamless management of cart contents, with step-by-step checkout flow for order review, shipping selection, and payment details.
Secure user registration, login, and profile management functionalities, ensuring privacy and access control.
Centralized dashboard for administrators, facilitating user, product, and order management.
User-generated product advanced search functionality for efficient product discovery.
- Frontend: React, Redux, React-Bootstrap
- Backend: Django, MySQL
- Authentication: JSON Web Tokens (JWT)
git clone https://github.com/hemanthsaich/CoShop.git
cd coshop
# Install frontend dependencies
cd frontend
npm install
# Install backend dependencies
cd ..
cd backend
pip install -r requirements.txt
# Start frontend server
cd ..
cd frontend
npm start
# Start backend server
cd ..
cd backend
python manage.py runserver
http://localhost:3000