Graphql Nestjs Voting App

screenshot of Graphql Nestjs Voting App
nestjs

nestjs with graphql, authentication and authorization has done with cookies based and stored session in redis

Overview

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.

Features

  • TypeScript support: The starter repository is built with TypeScript, allowing developers to write type-safe code for their applications.
  • Open source: The Nest framework TypeScript starter repository is an open source project, enabling collaboration and contributions from the developer community.
  • MIT license: The project is licensed under the MIT license, giving developers the freedom to use, modify, and distribute the code.

Summary

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.

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.