ceghap / nestjs-prisma-postgres-template

Just a starting template for future reference

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nestjs + prismaJS (postgres)

just a starting template for future reference

  • Add .env file containing DATABASE_URL="postgresql://postgres:123@localhost:5432/nest?schema=public"
  • start docker desktop & run docker compose docker compose up nest-db -d to start the docker postgres container

About

Just a starting template for future reference


Languages

Language:TypeScript 87.9%Language:JavaScript 12.1%