Nestjs Starter Kit

screenshot of Nestjs Starter Kit
nestjs

Nest.js project starter kit 2024 - including TypeORM & PostgreSQL

Overview

The Nest.js project starter kit is an incredible foundation for developers looking to build robust applications using Nest.js, TypeORM, and PostgreSQL. This starter kit is designed with best practices in mind, ensuring that your application is not only functional but also maintainable and scalable. With its Docker-compose readiness, you can easily set up a development environment that mimics production settings, making development and testing smoother than ever.

The kit comes with a comprehensive set of initial setups that cover various aspects of application development, including linting, environment variables management, and request validation. This thorough groundwork allows developers to focus more on building features rather than managing configurations from scratch.

Features

  • Docker-compose Ready: Start your project quickly with a pre-configured Docker environment for seamless development and deployment.

  • Commit-lint Setup: Ensure a clean commit history through automatically enforced commit message standards.

  • ESLint & Prettier Configuration: Maintain code quality and consistency with built-in linter and formatter setups.

  • Husky & Lint-staged Integration: Prevent commits with linting errors for improved code integrity through pre-commit hooks.

  • Environment Variables Management: Easily configure your application for different environments with a simple setup for environment variables.

  • TypeORM with PostgreSQL: Leverage the power of relational databases with TypeORM, fully integrated into your application.

  • Validation-pipes for Requests: Ensure data integrity by validating incoming request bodies before processing.

  • User and Todo Modules Placeholder: Ready-to-implement modules for user management and TODO functionality, featuring basic JWT authentication and CRUD operations.

nestjs
Nest

A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.