About This Template
Example route demonstrating Next.js App Router
📁 File-Based Routing
This page is located at app/about/page.tsx
Next.js automatically creates the /about route based on the folder structure.
🎯 Page-Specific Metadata
This page overrides the default metadata with its own title and description. Check the page source or browser tab to see "About | Next.js + FastAPI"
🔧 Tech Stack
- • Frontend: Next.js 15, React 19, TypeScript, Tailwind CSS
- • Backend: FastAPI, Python 3.11+, Async/Await
- • Database: Supabase (PostgreSQL)
- • Caching: Redis
- • Deployment: Vercel + Railway