This guide walks you through setting up DRTC Fluvial Admin on your local machine. By the end, you will have the Next.js 16 admin panel running atDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/Bran258/drtc-fluvial-admin/llms.txt
Use this file to discover all available pages before exploring further.
http://localhost:3000 and connected to your NestJS backend.
DRTC Fluvial Admin requires a running NestJS backend. The admin panel proxies all API requests through
NEXT_PUBLIC_API_URL. Make sure your backend is reachable before you start.Check prerequisites
Before you begin, verify that the following tools are installed on your machine:
- Node.js 18 or later — run
node -vto check your version - pnpm — the project uses pnpm as its package manager
Configure environment variables
Create a The admin panel uses this variable to forward all
.env.local file in the project root and set the URL of your NestJS backend:.env.local
/api/* requests to your backend at /api/v1/*. Replace http://localhost:3001 with the actual address of your backend server.Next steps
Authentication
Learn how login, token refresh, and session management work
Dashboard
Explore the real-time statistics and operations overview
Vessel registration
Start the empadronamiento workflow for river vessels
Environment configuration
Full reference for all environment variables and deployment options