🚀

Fullstack Deployment Demo

Next.js Standalone Frontend + Express.js Backend API

Backend API:Connecting...
⚙️ EC2 Local-Build Deployment Workflow:

This project is pre-configured with output: 'standalone' in Next.js config and git tracking for .next build output. Build locally with npm run build, push to GitHub, and pull directly on EC2 without running heavy server-side builds!

👥 Active Users (0)

Fetched live from Express API (http://localhost:5000/api/users)

No users found or backend offline.

Add New User (POST Endpoint Demo)

📊 Express Server Metrics

Connect to Express backend to view live metrics.

🔗 Express API Endpoints

GET/api/health
GET/api/users
POST/api/users
GET/api/info