Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 930 Bytes

README.md

File metadata and controls

40 lines (28 loc) · 930 Bytes

🎏 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