This is a Next.js e-commerce platform project.
This project is a fully-featured e-commerce platform that includes user login, product pages, cart, checkout, and an admin dashboard for managing products and orders.
- Frontend: Next.js, React
- Backend: Next js
- Database: Mongodb
- Others: Firebase for storing images.
To get the project up and running locally, follow these steps:
-
Install dependencies:
npm install # or yarn install # or pnpm install
-
Run the development server:
npm run dev # or yarn dev # or pnpm dev
-
Access the application:
Open http://localhost:3000 in your browser.
-
Home Page:
-
Login Page:
-
Product Page:
-
Cart Page:
-
Checkout Page:
-
Orders Page:
-
Admin Dashboard
-
Admin Dashboard:
-
Add Product Page:
-
Manage Products Page:
-
Manage Orders Page:
Feel free to fork this repository and submit pull requests. For larger changes, please open an issue to discuss it first.










