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 Version | v24.6.0 |
| Platform | linux |
| Architecture | x64 |
| Next.js Version | 16.1.6 |
| Built At | 2026-04-23T02:23:54.196Z |
API Routes
| Endpoint | Method | Description |
|---|---|---|
/api/health | GET | Returns server status, uptime, and memory usage |
/api/data | GET | Returns a sample dataset for client rendering tests |
/api/echo | POST | Echoes back the request body with server metadata |
Public Environment Variables
| Variable | Value |
|---|---|
NEXT_PUBLIC_APP_NAME — App Name (public) | TestBench |
NEXT_PUBLIC_API_BASE_URL — API Base URL (public) | not set |
NODE_ENV — Node Environment | production |
NEXTAUTH_SECRET — NextAuth Secret | (set) |
NEXTAUTH_URL — NextAuth URL | https://pierreboucherphotographe.ca |
DB_HOST — Database Host | 127.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) |