Nestjs Template

screenshot of Nestjs Template

Nestjs Template

Nest.js template for backend projects

Overview:

The Nest framework TypeScript starter repository is a comprehensive solution for developing applications using the NestJS framework. This repository provides a solid foundation for building scalable and maintainable applications by including various features and configurations out of the box. It follows NestJS coding standards and suggestions, making it a reliable starting point for developers.

Features:

  • Rokket Labs ESLint and Prettier preconfigured: The repository comes preconfigured with ESLint and Prettier to ensure code quality and maintain consistent coding styles.
  • Dockerfile and Docker-Compose for easy deployment: It includes Dockerfile and Docker-Compose files, making it easier to deploy the application in various environments.
  • Terminus health checks for Kubernetes deployment: Terminus health checks are provided out of the box, which is essential for ensuring the health of the application in a Kubernetes deployment.
  • Express, Typegoose and GraphQL configuration: The repository provides preconfigured setups for Express, Typegoose, and GraphQL, enabling developers to quickly start building APIs.
  • Socket.io (with Redis) and Email integration: It includes integration with Socket.io using Redis and also provides integration with email services.
  • Authentication and Authorization example: The repository demonstrates an example implementation of authentication using Passport and JWT, along with authorization using roles and guards.
  • Working example with Users, Orders, and Items: It offers a complete working example with schemas, tests, and resolvers for Users, Orders, and Items.
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.

graphql
Graphql

A website that uses GraphQL as a query language to manage data fetching and state management. This includes features such as a strongly typed schema, client-side caching, and declarative data fetching to streamline data management and optimize website performance.

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.