All Projects → arielweinberger → Nestjs Course Task Management

arielweinberger / Nestjs Course Task Management

Task Management back-end application developed throughout the "NestJS Zero to Hero - Modern TypeScript Back-end Development" Udemy course

Programming Languages

typescript
32286 projects

Labels

Projects that are alternatives of or similar to Nestjs Course Task Management

nx-ng-nest-universal
Nx Workspace with a seperated Nest App for Angular Universal SSR.
Stars: ✭ 32 (-90.53%)
Mutual labels:  nest
Dotnet5.Elasticsearch
This project aims to explore how NEST works with Elasticsearch in .NET 5 projects.
Stars: ✭ 12 (-96.45%)
Mutual labels:  nest
Nestcloud
A NodeJS micro-service solution, writing by Typescript language and NestJS framework.
Stars: ✭ 290 (-14.2%)
Mutual labels:  nest
nestjs-cookie-session
Idiomatic Cookie Session Module for NestJS. Built on top of `cookie-session` 😻
Stars: ✭ 35 (-89.64%)
Mutual labels:  nest
nest-typed-config
Intuitive, type-safe configuration module for Nest framework ✨
Stars: ✭ 47 (-86.09%)
Mutual labels:  nest
nest-boilerplate
Nest.js boilerplate with CircleCI, Commitizen, Commitlint, Docker-Compose, ESLint, GitHub Actions, Husky, Lint-staged, OpenAPI, Prettier, PostGreSQL, Travis CI, TypeORM
Stars: ✭ 16 (-95.27%)
Mutual labels:  nest
angular-nest-starter
A simple Angular with Nest starter kit
Stars: ✭ 15 (-95.56%)
Mutual labels:  nest
Home Assistantconfig
🏠 Home Assistant configuration & Documentation for my Smart House. Write-ups, videos, part lists, and links throughout. Be sure to ⭐ it. Updated FREQUENTLY!
Stars: ✭ 3,687 (+990.83%)
Mutual labels:  nest
kopo-cli
🐶 A Deno registry browser in the terminal
Stars: ✭ 15 (-95.56%)
Mutual labels:  nest
Nestjs Pino
Platform agnostic logger for NestJS based on Pino with REQUEST CONTEXT IN EVERY LOG
Stars: ✭ 283 (-16.27%)
Mutual labels:  nest
whip
Simple fast http server for nim based on httpbeast and nest for high performance routing
Stars: ✭ 55 (-83.73%)
Mutual labels:  nest
nestjs-pgpromise
A Module for Utilizing Pg-promise with NestJS
Stars: ✭ 24 (-92.9%)
Mutual labels:  nest
Terminus
Terminus module for Nest framework (node.js) 🤖
Stars: ✭ 277 (-18.05%)
Mutual labels:  nest
node-nestjs-structure
Node.js framework NestJS project structure
Stars: ✭ 258 (-23.67%)
Mutual labels:  nest
Nest Api
Unofficial Nest Learning Thermostat API
Stars: ✭ 293 (-13.31%)
Mutual labels:  nest
QueryNinja
Framework for dynamic query building regardless of the source and target.
Stars: ✭ 19 (-94.38%)
Mutual labels:  nest
nest-blog
A simple blog server system build with Nest.
Stars: ✭ 22 (-93.49%)
Mutual labels:  nest
Ng Universal
Angular Universal module for Nest framework (node.js) 🌷
Stars: ✭ 336 (-0.59%)
Mutual labels:  nest
Nest Angular
NestJS, Angular 6, Server Side Rendering (Angular Universal), GraphQL, JWT (JSON Web Tokens) and Facebook/Twitter/Google Authentication, Mongoose, MongoDB, Webpack, TypeScript
Stars: ✭ 307 (-9.17%)
Mutual labels:  nest
Elasticsearch Net
Elasticsearch.Net & NEST
Stars: ✭ 3,181 (+841.12%)
Mutual labels:  nest

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications, heavily inspired by Angular.

NPM Version Package License NPM Downloads Travis Linux Coverage Gitter Backers on Open Collective Sponsors on Open Collective

Description

Nest framework TypeScript starter repository.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Support

Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.

Stay in touch

License

Nest is MIT licensed.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].