https://github.com/wesleyara/nestjs-examples
https://github.com/wesleyara/nestjs-examples
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wesleyara/nestjs-examples
- Owner: wesleyara
- Created: 2024-12-13T11:09:33.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-02-22T18:29:16.000Z (4 months ago)
- Last Synced: 2025-02-22T19:30:19.449Z (4 months ago)
- Language: TypeScript
- Size: 208 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NestJS Examples
[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.
## 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.