Skip to content
/ nestjs-boilerplate Public template

Modern boilerplate to speed up development with NestJS + PrismaORM w/ Auth

Notifications You must be signed in to change notification settings

Met4tron/nestjs-boilerplate

Repository files navigation

nestjs-boilerplate

Version License: MIT

Dependencies

  • ORM: Prisma + PostgreSQL
  • Logs: Pino + NestJS Pino
  • Auth: Token + Refresh Token
  • Service Repository Pattern

Install

npm install

Usage

npm run start

Run tests

# unit tests
npm run test

# watch mode
npm run test:watch

# e2e tests
npm run test:e2e

Docker

docker build . -t -p 3000:3000 nestjs-api

docker-compose up -d

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator

About

Modern boilerplate to speed up development with NestJS + PrismaORM w/ Auth

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published