Loading repository data…
Loading repository data…
MuratOfficial / repository
A modern and responsive admin dashboard for managing an e-commerce store — built with Next.js and Tailwind CSS.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
E-commerce Admin Panel is a full-featured control center for managing your online store. It includes interfaces for managing products, categories, inventory, and orders. The app is built with Next.js App Router, designed with Tailwind CSS, and supports modern practices like modular architecture, reusable components, and API routes.
This dashboard is ideal for integrating with an existing or new storefront (such as ecommerce-store).
# 1. Clone the repository
git clone https://github.com/MuratOfficial/ecommerce-admin.git
cd ecommerce-admin
# 2. Install dependencies
npm install
# 3. Run development server
npm run dev
Available at:
📍 http://localhost:3000
ecommerce-admin/
├── app/
│ ├── dashboard/
│ ├── products/
│ └── layout.tsx
├── components/
├── lib/
├── public/
├── styles/
├── tailwind.config.js
└── next.config.js
Create a .env.local file and configure:
DATABASE_URL=your_database_url
NEXT_PUBLIC_API_URL=http://localhost:3000/api
CLOUDINARY_API_KEY=your_key (optional)
Contributions are welcome!
# Fork the repository
# Create a feature branch
git checkout -b feature/your-feature
# Commit and push your changes
git commit -m "Add new product filter feature"
git push origin feature/your-feature
Then open a Pull Request.
Licensed under the MIT License. See the LICENSE file for more details.