All Projects → nestjs → Typescript Starter

nestjs / Typescript Starter

Nest framework TypeScript starter ☕️

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to Typescript Starter

Terminus
Terminus module for Nest framework (node.js) 🤖
Stars: ✭ 277 (-67.53%)
Mutual labels:  nestjs, nest
Ng Universal
Angular Universal module for Nest framework (node.js) 🌷
Stars: ✭ 336 (-60.61%)
Mutual labels:  nestjs, nest
Nestjs Pino
Platform agnostic logger for NestJS based on Pino with REQUEST CONTEXT IN EVERY LOG
Stars: ✭ 283 (-66.82%)
Mutual labels:  nestjs, nest
Typeorm
TypeORM module for Nest framework (node.js) 🍇
Stars: ✭ 807 (-5.39%)
Mutual labels:  nestjs, nest
Api
🏁🛠️ SaaS backend & API framework based on @nestjs
Stars: ✭ 390 (-54.28%)
Mutual labels:  nestjs, 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 (-98.12%)
Mutual labels:  nest, nestjs
Graphql
GraphQL (TypeScript) module for Nest framework (node.js) 🍷
Stars: ✭ 697 (-18.29%)
Mutual labels:  nestjs, nest
nest-typed-config
Intuitive, type-safe configuration module for Nest framework ✨
Stars: ✭ 47 (-94.49%)
Mutual labels:  nest, nestjs
Docs.nestjs.com
The official documentation https://docs.nestjs.com 📕
Stars: ✭ 389 (-54.4%)
Mutual labels:  nestjs, nest
Nest Schedule
A cron-like and not-cron-like job distributed scheduler for Nest.js by decorators.
Stars: ✭ 368 (-56.86%)
Mutual labels:  nestjs, nest
Nodepress
😎 RESTful API service for Blog/CMS, powered by @nestjs
Stars: ✭ 829 (-2.81%)
Mutual labels:  nestjs, nest
Nest Cli
CLI tool for Nest applications 🍹
Stars: ✭ 889 (+4.22%)
Mutual labels:  nestjs, nest
nest-blog
A simple blog server system build with Nest.
Stars: ✭ 22 (-97.42%)
Mutual labels:  nest, nestjs
Swagger
OpenAPI (Swagger) module for Nest framework (node.js) 🌎
Stars: ✭ 734 (-13.95%)
Mutual labels:  nestjs, nest
nest-js-boilerplate
Nest.js boilerplate
Stars: ✭ 79 (-90.74%)
Mutual labels:  starter, nestjs
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 (-64.01%)
Mutual labels:  nestjs, nest
nestjs-cookie-session
Idiomatic Cookie Session Module for NestJS. Built on top of `cookie-session` 😻
Stars: ✭ 35 (-95.9%)
Mutual labels:  nest, nestjs
Nest-Js-Boiler-Plate
Nest Js Boilerplate with JWT authentication, CRUD functions and payment gateways.
Stars: ✭ 14 (-98.36%)
Mutual labels:  nest, nestjs
Bull
Bull module for Nest framework (node.js) 🐮
Stars: ✭ 356 (-58.26%)
Mutual labels:  nestjs, nest
Docs.nestjs.cn
nestjs 中文文档
Stars: ✭ 393 (-53.93%)
Mutual labels:  nestjs, nest

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Support us

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].