web-project.tempstyle.com

Next.js app is running

This frontend is served by the latest Next.js app inside your monorepo and verifies connectivity to the NestJS API.

Frontend

  • Framework: Next.js 16
  • App: web-project.tempstyle.com
  • Rendering: App Router

API check

Target: https://api-project.tempstyle.com/health

{
  "ok": true,
  "apiUrl": "https://api-project.tempstyle.com/health",
  "data": {
    "name": "api-project",
    "status": "ok",
    "framework": "NestJS",
    "timestamp": "2026-03-15T21:24:26.594Z"
  }
}