testing-nestjs VS typescript-clean-architecture

Compare testing-nestjs vs typescript-clean-architecture and see what are their differences.

testing-nestjs

A repository to show off to the community methods of testing NestJS including Unit Tests, Integration Tests, E2E Tests, pipes, filters, interceptors, GraphQL, Mongo, TypeORM, and more! (by jmcdo29)

typescript-clean-architecture

It is my attempt to create Clean Architecture based application in TypeScript. (by pvarentsov)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
testing-nestjs typescript-clean-architecture
7 2
2,781 1,317
- -
6.7 2.1
7 months ago 8 months ago
TypeScript TypeScript
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.

testing-nestjs

Posts with mentions or reviews of testing-nestjs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-13.

typescript-clean-architecture

Posts with mentions or reviews of typescript-clean-architecture. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-07-27.

What are some alternatives?

When comparing testing-nestjs and typescript-clean-architecture you can also consider the following projects:

nest-queue - The queue package for your NestJS Applications

domain-driven-hexagon - Learn Domain-Driven Design, software architecture, design patterns, best practices. Code examples included

microservice-template - 📖 Nest.js based microservice repository template

typeorm - TypeORM module for Nest framework (node.js) 🍇

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.

nest-clean-architecture - 🏛️ Nest.js clean architecture example following some DDD principles with use-cases written in functionnal programming.

typeorm-simple-query-parser - Typeorm Query Parser is url string parser for typeorm.

typescript-express-starter - 📘 Quick and Easy TypeScript Express Starter

cron - A NodeJS wrapper around setInterval for expressive cron like repetitive tasks.

node-api-boilerplate - DDD/Clean Architecture inspired boilerplate for Node web APIs

opentelemetry-js - OpenTelemetry JavaScript Client

typeorm-transactional-cls-hooked - A Transactional Method Decorator for typeorm that uses cls-hooked to handle and propagate transactions between different repositories and service methods. Inpired by Spring Trasnactional Annotation and Sequelize CLS