Hologram Backend Core

REST API — Supabase + Next.js 15

MethodEndpointDescription
POST/api/auth/ssoSSO login (Google / Microsoft)
GET|POST/api/rental-assetsRental equipment catalog
GET|PATCH|DELETE/api/rental-assets/[id]
GET|POST/api/portfolioProjects & CRM pipeline
GET|PATCH|DELETE/api/portfolio/[id]
GET|POST/api/solutionsService solutions
GET|PATCH|DELETE/api/solutions/[id]
GET|POST/api/sales-inventorySellable products
GET|PATCH|DELETE/api/sales-inventory/[id]
GET|POST/api/quotationsSales quotations
GET|PATCH|DELETE/api/quotations/[id]
GET|POST/api/work-ordersWork orders
GET|PATCH|DELETE/api/work-orders/[id]
GET|POST/api/delivery-lettersDelivery letters
GET|PATCH|DELETE/api/delivery-letters/[id]
GET|POST/api/pagesCMS page content
GET|PATCH/api/pages/[slug]
POST/api/mediaUpload file to Supabase Storage
DELETE/api/media/[id]