/nestjs-prisma-postgres-template

Just a starting template for future reference

Primary LanguageTypeScript

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