Nestjs Templates

screenshot of Nestjs Templates

Structure NestJS Boilerplate , Monolithic & Microservices , Typescript , TypeORM

Overview:

The Nestjs & Next templates are an architecture and development environment for new Node projects using the NestJS framework. It provides a monolithic template and a microservice template for different project needs.

Features:

  • Nestjs monolithic template: A template for creating monolithic applications using NestJS.
  • Preparation of postgres and pgadmin: The template includes a docker-compose file that sets up the necessary tools for using postgres and pgadmin.
  • Running individual services: The template allows for running individual services separately.
  • .env variable setup: The template provides guidance on setting up the necessary environment variables.

Summary:

The Nestjs & Next templates provide a convenient and opinionated architecture and development environment for Node projects using the NestJS framework. It includes a monolithic template as well as a microservice template, allowing for flexibility in project structure. The templates provide tools for running individual services and set up the necessary environment variables.