Skip to content

shamolmojumder/e-commerce

Repository files navigation

📋 Project Structure

Directory structure:
└── shamolmojumder-e-commerce/
├── README.md                               # Project documentation
├── git
├── package.json
├── server.js
├── client/
│ ├── package-lock.json
│ ├── package.json
│ ├── .gitignore
│ ├── public/
│ │ ├── index.html
│ │ ├── manifest.json
│ │ ├── robots.txt
│ │ └── images/
│ └── src/
│ ├── App.css
│ ├── App.js
│ ├── App.test.js
│ ├── index.css
│ ├── index.js
│ ├── reportWebVitals.js
│ ├── setupTests.js
│ ├── .env
│ ├── components/
│ │ ├── Prices.jsx
│ │ ├── Spinner.js
│ │ ├── Form/
│ │ │ ├── CategoryForm.jsx
│ │ │ └── SearchInput.jsx
│ │ ├── Layout/
│ │ │ ├── AdminMenu.js
│ │ │ ├── Footer.js
│ │ │ ├── Header.js
│ │ │ ├── Layout.js
│ │ │ └── UserMenu.jsx
│ │ └── Routes/
│ │ ├── AdminRoute.js
│ │ └── Private.js
│ ├── context/
│ │ ├── auth.js
│ │ ├── cart.js
│ │ └── search.js
│ ├── hooks/
│ │ └── useCategory.jsx
│ ├── pages/
│ │ ├── About.js
│ │ ├── CartPage.jsx
│ │ ├── Categories.jsx
│ │ ├── CategoryProduct.jsx
│ │ ├── Contact.js
│ │ ├── HomePage.js
│ │ ├── Pagenotfound.js
│ │ ├── Policy.js
│ │ ├── ProductDetails.jsx
│ │ ├── Search.jsx
│ │ ├── Admin/
│ │ │ ├── AdminDashboard.js
│ │ │ ├── AdminOrders.jsx
│ │ │ ├── CreateCategory.jsx
│ │ │ ├── CreateProduct.jsx
│ │ │ ├── Products.jsx
│ │ │ ├── UpdateProduct.jsx
│ │ │ └── Users.jsx
│ │ ├── Auth/
│ │ │ ├── ForgotPasssword.js
│ │ │ ├── Login.js
│ │ │ └── Register.js
│ │ └── user/
│ │ ├── Dashboard.js
│ │ ├── Orders.jsx
│ │ └── Profile.jsx
│ └── styles/
│ └── AuthStyles.css
├── config/
│ └── db.js
├── controllers/
│ ├── authController.js
│ ├── categoryController.js
│ └── productController.js
├── helpers/
│ └── authHelper.js
├── middlewares/
│ └── authmiddleware.js
├── models/
│ ├── categoryModel.js
│ ├── orderModel.js
│ ├── productModel.js
│ └── userModel.js
└── routes/
├── authRoute.js
├── categoryRoutes.js
└── productRoutes.js

Learn from youtube Used MVC

MERN project Admin manage orders status Ecommerce Mern App Mern Stack Project 14:41

Screenshot-169.png All-products-Best-offers-Google-Chrome-2025-04-15-16-46-14.gif All-products-Best-offers-Google-Chrome-2025-04-15-16-46-14.gif localhost-3000.png

About

D:\batch-5\E-commerce

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors