FlashLingo - Next.js + tRPC
tRPC Connection Test
Loading...
Database Connection
Checking database...
Stack Overview
- ✅ Next.js 15.5.4 with TypeScript
- ✅ tRPC for type-safe APIs
- ✅ Prisma ORM connected to PostgreSQL
- ✅ TanStack Query for server state
- ✅ Zustand for client state
- ✅ Tailwind CSS for styling
- ✅ Radix UI for components
Running Services
- http://localhost:3000 - This app (flashlingo-next)
- http://localhost:3001 - Current React app (flashlingo-github)
- http://localhost:3002 - API Server
Authentication Pages (Day 2)
- /login - Sign in to your account
- /register - Create a new account
- /dashboard - Protected dashboard (requires login)