
nestjs with graphql, authentication and authorization has done with cookies based and stored session in redis
The Nest framework TypeScript starter repository is an open source project that provides a starting point for developing applications with the Nest framework and TypeScript. It is licensed under the MIT license and offers support and sponsorship opportunities for contributors.
The Nest framework TypeScript starter repository provides developers with a base to build their applications using the Nest framework and TypeScript. It offers TypeScript support, an open source development model, and is licensed under the MIT license. By following the installation guide, developers can quickly set up their development environment and start building their applications.

A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript.
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.
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 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.