◢ MAGICINE-PHARMA ◣
SECURE
ONLINE
API GATEWAY
SECURE BACKEND SYSTEM
▶ ACCESS GRANTED ◀
UPTIME
23m 36s
VERSION
v1.0.0
LATENCY
0ms
STATUS
LIVE
[ SYSTEM INFO ]
root@magicine:~# ./system-info
[✓] Initializing secure connection...
[✓] Handshake complete
[✓] Authentication verified
root@magicine:~# cat config.json
{
  "status": "live",
  "environment": "production",
  "node_version": "v20.19.5",
  "platform": "linux/x64",
  "cpu_cores": 6,
  "cpu_model": "AMD EPYC Processor (with IBPB)...",
  "memory_heap": "64MB / 102MB",
  "memory_rss": "218MB",
  "database": "connected",
  "redis": "connected"
}
root@magicine:~# uptime
System uptime: 23m 36s
Process ID: 1
root@magicine:~#
[ AVAILABLE ENDPOINTS ]
root@magicine:~# ls -la /api/endpoints
drwxr-xr-x 2 root root 4096 Nov 25 2025 .
➜ GET /health
  GET /health
  System health monitoring & diagnostics
➜ GET /metrics
  GET /metrics
  Performance metrics & monitoring
➜ GET /welcome
  GET /welcome
  Welcome message
➜ GET /api/admin/get-dashboard-data
  GET /api/admin/get-dashboard-data
  Admin dashboard data
➜ GET /api/admin/all-order
  GET /api/admin/all-order
  All orders list
➜ GET /api/user/get-home-page
  GET /api/user/get-home-page
  Home page data
➜ GET /api/user/get-categories
  GET /api/user/get-categories
  Categories list
➜ GET /api/user/get-brands
  GET /api/user/get-brands
  Brands list
➜ BASE URL:
  https://api.magicinepharma.com
  Main API gateway endpoint
ℹ️ Total Endpoints: 8+
ℹ️ API Prefixes: /api/admin, /api/user
root@magicine:~#