
A boilerplate for NestJS with support for database, TypeORm, swagger, config, rate limiting, logging, OpenTelemetry, validation, exception handling, docker, testing and CI.
Nest StarterCI is a boilerplate for NestJS that uses Fastify. It provides a set of features and configurations for building web applications with NestJS.
Nest StarterCI is a boilerplate for NestJS that provides a set of features and configurations to simplify the development of web applications. It includes features such as config management, database operations, API documentation generation, query parsing, logging, authentication, rate limiting, request body validation, exception handling, Docker support, and testing. With easy installation and configuration, Nest StarterCI is a powerful starting point for building scalable and maintainable NestJS applications.

A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript.
A website that uses Docker for containerization to streamline development, testing, and deployment workflows. This includes features such as containerization of dependencies, automated builds and deployments, and container orchestration to ensure scalability and availability.
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 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.