
NestJS REST API Starter with Postgres, Passport Local and Social Auth
The NestJS REST API Starter with Postgres, Passport Local and Social Auth is a starter kit designed to help developers quickly set up a REST API using NestJS. It comes pre-configured with a PostgreSQL database, authentication using Passport Local and social auth providers (Google, Facebook, Twitter, and Github), and additional features such as user roles, logging, transactional email with Sendgrid, and security headers. The starter kit also includes testing with Jest and linting with ESLint.
The NestJS REST API Starter with Postgres, Passport Local and Social Auth is a comprehensive starter kit for building REST APIs using NestJS. It provides a solid foundation with pre-configured features such as PostgreSQL integration, authentication with Passport for local and social providers, user roles, logging, email sending, security headers, and more. With the included testing framework and linting setup, developers can quickly get started on building robust REST APIs with NestJS.

A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript.
A fullstack boilerplate provides a starter application that includes both frontend and backend. It should include database, auth, payments, user roles and other backend services to build a fully featured saas or webapps.
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.