This project is an admin dashboard built with Next.js to manage your e-commerce platform efficiently. It allows administrators to manage products, orders, customers, and analytics with an intuitive interface.
-
Product Management:
- Add, edit, and delete products.
- Manage inventory and pricing.
- Upload product images and descriptions.
-
Order Management:
- View and update order statuses.
- Track order history.
-
Customer Management:
- Access customer profiles and details.
- Manage customer accounts and order history.
-
Analytics Dashboard:
- View sales and performance metrics.
- Monitor traffic and order trends.
-
Authentication:
- Secure login system for admins.
- Role-based access control (Admin/Staff).
Ensure you have the following installed:
Clone the repository and install dependencies:
git clone https://github.com/your-username/ecommerce-admin-dashboard.git
cd ecommerce-admin-dashboard
npm install
# or
yarn install
# or
pnpm install