Ecommerce API

A complete Laravel backend API for ecommerce applications with modern admin panel

Products Management

Complete CRUD operations for products with categories, images, and inventory tracking

Order Processing

Full order management with status tracking, payment processing, and customer details

User Management

User authentication, profiles, addresses, and role-based access control

Analytics Dashboard

Beautiful admin dashboard with charts, statistics, and real-time data

Wishlist & Cart

Shopping cart and wishlist functionality with persistent storage

Reviews & Ratings

Product review system with ratings and customer feedback

API Endpoints

Public Endpoints

GET /api/products Public
GET /api/categories Public
POST /api/register Public
POST /api/login Public

Protected Endpoints

GET /api/cart Auth Required
POST /api/orders Auth Required
GET /api/wishlist Auth Required
POST /api/reviews Auth Required

Use the admin dashboard to manage products, orders, and users