Nestjs Boilerplate

screenshot of Nestjs Boilerplate

NestJS app boilerplate - Authentication, Validation, GraphQL and Prisma

Overview

This is a boilerplate application that serves as a starting point for an application developed following a specific tutorial.

Features

  • Easy Setup: The boilerplate application provides a foundation for developers to quickly start building their application without having to set up the project structure from scratch.
  • Tutorial-based: This application is based on a tutorial, making it a great resource for developers who want to learn and follow along with a step-by-step guide.
  • MIT License: The application is licensed under the MIT license, allowing for free usage, modification, and distribution.

Summary

This boilerplate application serves as a convenient starting point for developers who want to follow a tutorial and build their application. It offers easy setup, a tutorial-based approach, and is licensed under the permissive MIT license. Follow the installation guide to quickly set up and start using this boilerplate application.

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.