/nest-next-trpc-prisma

NestJS - NextJS - tRPC - Prisma stack app template

Primary LanguageTypeScript

🎏 NestJS - NextJS - tRPC - Prisma stack app

🍰 Tech stack

  • DB: PostgreSQL
  • ORM: Prisma
  • Node.js framework: NestJS
  • End-to-end type-safe APIs: tRPC
  • Frontend: NextJS
  • Style: Tailwind + daisyUI
  • Node.js package manager: pnpm
  • Monorepo: pnpm workspace

🥕 Getting Started

Update pnpm:

pnpm i -g pnpm

Develop:

# create local environment variables
cp ./apps/web/.env.local.example ./apps/web/.env.local

pnpm dev

If you want to install the @nestjs/config package. In the root of your directory, you can run:

pnpm add @nestjs/config --filter=server

🧚‍♀️ Reference