A simple server set up to reproduce the functionality in https://github.com/nestjs/nest/issues/4114
Repositories
jmcdo29 repositories
A repository to hold "experimental" packages for Nest. Honestly, I'm just tired of not having a good scope to put packages under :smile_cat:
A Minimum Viable Project showing how to use Nest with Pug and extending templates
Example repo for nest-router working with Fastify
A repository to hold a bunch of Nest samples, cause I'm tired of remaking them and losing them. Now it's just a sinlge repo to hold them all
A small repo to show how two strategies from passport can be used in the same NestJS guard file.
True minimum reproduction repo for Nest issue 8986
A collection of badass modules and utilities to help you level up your NestJS applications 🚀
A repo to show how interceptors can be chained together
A repository to show a way to dynamically render a template without using Nest's `@Render()` decoraotr
A repo to show how the NestJS GraphQL CLI Plugin can be used in E2E tests with Jest.
I kinda hate that I wrote this. It's a repository to sho how to use a guard as a middleware so the guard doesn't run multiple times in terms of graphql with NestJS