About This App

A minimal Next.js + Babel + Tailwind CSS application intended as a deployable test bench for verifying client/server communication, environment configuration, and hosting setup on external servers.

Build Info

Node.js Versionv24.6.0
Platformlinux
Architecturex64
Next.js Version16.1.6
Built At2026-04-23T02:23:54.196Z

API Routes

EndpointMethodDescription
/api/healthGETReturns server status, uptime, and memory usage
/api/dataGETReturns a sample dataset for client rendering tests
/api/echoPOSTEchoes back the request body with server metadata

Public Environment Variables

VariableValue
NEXT_PUBLIC_APP_NAME App Name (public)TestBench
NEXT_PUBLIC_API_BASE_URL API Base URL (public)not set
NODE_ENV Node Environmentproduction
NEXTAUTH_SECRET NextAuth Secret(set)
NEXTAUTH_URL NextAuth URLhttps://pierreboucherphotographe.ca
DB_HOST Database Host127.0.0.1
DB_PORT Database Port(set)
DB_NAME Database Name(set)
DB_USER Database User(set)
DB_PASSWORD Database Password(set)
ALLOWED_ORIGIN Allowed Origin(set)