nestjs-localization
testing-nestjs
Our great sponsors
nestjs-localization | testing-nestjs | |
---|---|---|
1 | 7 | |
20 | 2,422 | |
- | - | |
0.0 | 0.0 | |
5 months ago | 6 days ago | |
TypeScript | TypeScript | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
nestjs-localization
We haven't tracked posts mentioning nestjs-localization yet.
Tracking mentions began in Dec 2020.
testing-nestjs
-
Nestjs + pnpm monorepo
To echo the other's here, Nx has been an amazing dev experience for me! I use it for ogma, for nest-commander, testing-nestjs, and for nest-samples and @nest-lab/, all using pnpm as a package manager.
-
Testing in NestJS with Prisma
The prisma sample app in the testing-nestjs repository does a great job on showing how to do testing a NestJS app with Prisma.
-
Test interceptor
Example https://github.com/jmcdo29/testing-nestjs/blob/8519ae7043d1dde5ae12a5d8f8ab02ea3c3c2fcf/apps/complex-sample/src/cat/cat.interceptor.spec.ts
-
What do you want to know GRAPHQL + NESTJS ?
Question: for your e2e tests will you be using something like supertestto send the gql request? And if so, could I suggest you look at pactum which (in my opinion) has a stronger API and better gql support. I've got an example here if you need it
-
Any good tutorial showing you which library to use for dependency injection in a project?
Then there's also a @nestjs/testing package that can be used for overriding these injections during tests to make for super easy unit testing (in my opinion) and a large repo of examples here.
- Anyone who would be willing to show their sample repos?
What are some alternatives?
nestjs-realworld-example-app - Exemplary real world backend API built with NestJS + TypeORM / Prisma
amplication - Auto-generating TypeScript, GraphQL, REST API, and Node.js, accelerating your full-stack development 🚀
nest-queue - The queue package for your NestJS Applications
microservice-template - 📖 Nest.js based microservice repository template
axios-auth-refresh - Library that helps you implement automatic refresh of authorization via axios interceptors. You can easily intercept the original request when it fails, refresh the authorization and continue with the original request, without user even noticing.
cron - A NodeJS wrapper around setInterval for expressive cron like repetitive tasks.
InversifyJS - A powerful and lightweight inversion of control container for JavaScript & Node.js apps powered by TypeScript.
opentelemetry-js - OpenTelemetry JavaScript Client
typeorm-simple-query-parser - Typeorm Query Parser is url string parser for typeorm.
fastify-preact-ssr - Fastify server-side renders Preact to html and serves with a Preact client.js bundle for DOM hydration.
nestjs-commander - A module for using NestJS to build up CLI applications
examples - Examples of Mock Service Worker usage with various frameworks and libraries.