Dashboard
All Systems Operational
--
Base URL
loading...
View JSON โ†—
๐Ÿš€
Live
Online
Server Status
๐Ÿ—„๏ธ
Atlas
MongoDB
Database
๐Ÿ”
Secure
JWT
Authentication
๐Ÿ“ก
REST
20+
API Endpoints
Auth Routes
7
GET/api/healthHealth check
POST/api/auth/registerRegister
POST/api/auth/loginLogin
GET/api/auth/profile๐Ÿ”’ Auth
PUT/api/auth/profile๐Ÿ”’ Auth
POST/api/auth/address๐Ÿ”’ Auth
DEL/api/auth/address/:id๐Ÿ”’ Auth
Product Routes
8
GET/api/productsList all
GET/api/products/featuredFeatured
GET/api/products/categoriesCategories
GET/api/products/:idSingle
POST/api/products/:id/reviews๐Ÿ”’ Auth
POST/api/products๐Ÿ‘‘ Admin
PUT/api/products/:id๐Ÿ‘‘ Admin
DEL/api/products/:id๐Ÿ‘‘ Admin
Order Routes
8
POST/api/orders๐Ÿ”’ AuthCreate
GET/api/orders/myorders๐Ÿ”’ Auth
GET/api/orders/:id๐Ÿ”’ Auth
PUT/api/orders/:id/pay๐Ÿ”’ Auth
PUT/api/orders/:id/cancel๐Ÿ”’ Auth
GET/api/orders/admin/all๐Ÿ‘‘ Admin
GET/api/orders/admin/stats๐Ÿ‘‘ Admin
PUT/api/orders/:id/status๐Ÿ‘‘ Admin
Cart & Wishlist
7
GET/api/cart๐Ÿ”’ AuthGet cart
POST/api/cart๐Ÿ”’ AuthAdd item
PUT/api/cart/:id๐Ÿ”’ AuthUpdate qty
DEL/api/cart/:id๐Ÿ”’ AuthRemove
DEL/api/cart๐Ÿ”’ AuthClear all
GET/api/wishlist๐Ÿ”’ AuthGet list
POST/api/wishlist/:id๐Ÿ”’ AuthToggle