Base App Nestjs

screenshot of Base App Nestjs
nestjs

Base application using nest JS focused on DDD architecture and SOLID principles

Overview

The NestJS API boilerplate is a base application API developed using NestJS, TypeORM, GraphQL, and Jest. With a focus on maintainability and using the SOLID principles, this boilerplate provides a structured folder hierarchy and a range of features to help developers quickly build robust APIs.

Features

  • Base application API: Provides a solid foundation for building APIs using NestJS, TypeORM, GraphQL, and Jest.
  • Maintainability: Designed with a focus on maintainability, making it easier to add, modify, and refactor code.
  • Build Status: Offers visibility into the build status, allowing developers to quickly identify any issues.

Summary

The NestJS API boilerplate is a versatile base application API that leverages the power of NestJS, TypeORM, GraphQL, and Jest. With its focus on maintainability, developers can quickly build and extend APIs while adhering to SOLID principles. By providing a structured folder hierarchy and regular build status updates, this boilerplate ensures a smooth development experience.

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.

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.