Nestjs Graphql Boilerplate

screenshot of Nestjs Graphql Boilerplate
nestjs

Nestjs + GraphQL + MongoDB + Passportjs Boilerplate

Overview

The NestJS + GraphQL + MongoDB + PassportJS Boilerplate is a starter kit for NestJS projects that combines GraphQL and MongoDB. It also includes authentication and authorization features using Passport.js. This boilerplate provides a solid foundation for building applications with these technologies.

Features

  • GraphQL integration with NestJS server
  • MongoDB integration for data persistence
  • Apollo integration for handling GraphQL queries and mutations
  • JWT role-based authentication using Passport.js
  • User management functionality
  • E2E testing capabilities
  • Docker Compose support for easy setup and deployment

Summary

The NestJS + GraphQL + MongoDB + PassportJS Boilerplate is a comprehensive starter kit for building applications with NestJS, GraphQL, and MongoDB. It provides a set of essential features such as authentication, user management, and E2E testing. The integration with Passport.js allows for role-based authorization, and Docker Compose support makes deployment hassle-free. With this boilerplate, developers can quickly get started with building scalable and secure applications using these technologies.

nestjs
Nest

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

template
Templates & Themes

A template or theme refers to a pre-designed layout or structure that provides a basic framework for building a specific type of application or website. It typically includes good design, placeholder content and functional features, allowing developers to customize and fill in the details according to their specific needs.

docker
Docker

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.

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.