🚀 CUA Backend API Status
Server Status: Running ✅
Database Status: Connected ✅
Server Information
Environment: staging
Port: 3000
Uptime: 29607 seconds
Node Version: v22.16.0
Platform: linux
Memory Usage: 37 MB / 43 MB
Application Information
Name: CUA Backend API
Version: 1.0.0
Description: Backend system for compliance data management and reporting
API Endpoints
• GET / - System status (this page)
• GET /api/health - Health check endpoint
• POST /auth/* - Authentication endpoints
• /api/* - Application API endpoints
JSON Response
Add ?json=true to get JSON response
{
"server": {
"status": "Running",
"environment": "staging",
"port": "3000",
"uptime": "29607 seconds",
"nodeVersion": "v22.16.0",
"platform": "linux",
"memory": {
"used": "37 MB",
"total": "43 MB"
}
},
"database": {
"status": "Connected"
},
"application": {
"name": "CUA Backend API",
"version": "1.0.0",
"description": "Backend system for compliance data management and reporting"
},
"timestamp": "2025-12-09T01:51:02.619Z"
}
Last updated: 2025-12-09T01:51:02.619Z