This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

pnpm dev

Tech

Project Structure

  • src/components/ - React components
  • src/app/ - Pages and API routes
  • src/db/ - Database models, migrations and data access objects
  • src/server/ - Server-side code with tRPC routers and server actions
  • src/utils/ - Utility functions shared across client and server
  • src/validations/ - tRPC router validation schemas using zod shared across client and server