An open API service indexing awesome lists of open source software.

https://github.com/wesleyara/nestjs-examples


https://github.com/wesleyara/nestjs-examples

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# NestJS Examples


Nest Logo

[circleci-image]: https://img.shields.io/circleci/build/github/nestjs/nest/master?token=abc123def456
[circleci-url]: https://circleci.com/gh/nestjs/nest

A progressive Node.js framework for building efficient and scalable server-side applications.



NPM Version
Package License
NPM Downloads
CircleCI
Coverage
Discord
Backers on Open Collective
Sponsors on Open Collective
Donate us
Support us
Follow us on Twitter


## Description

This repository contains examples of NestJS applications. Each example is a part of a series of codes that demonstrate how to use NestJS to build a specific type of application.

## Summary

- [nestjs-lifecycle-and-task-scheduling](/nestjs-lifecycle-and-task-scheduling): This example demonstrates how to use the lifecycle hooks and task scheduling in NestJS.
- [nestjs-with-prisma-and-turso](/nestjs-with-prisma-and-turso/): This example demonstrates how to use Prisma and Turso DB in NestJS.
- [nestjs-with-jwt-auth-prisma-and-redis](/nestjs-with-jwt-auth-prisma-and-redis/): This example demonstrates how to use JWT authentication, Prisma, and Redis in NestJS.
- [nestjs-with-rabbitmq](/nestjs-with-rabbitmq/): This example demonstrates how to use RabbitMQ in NestJS.