GithubHelp home page GithubHelp logo

adevtech / nestjs-seed Goto Github PK

View Code? Open in Web Editor NEW

This project forked from teammaestro/nestjs-seed

0.0 1.0 0.0 2.16 MB

Our NestJS seed we use for Node backend projects

JavaScript 6.88% TypeScript 93.12%

nestjs-seed's Introduction

NestJS Seed Project

Nest Logo

This seed is based off of the awesome framework that the NestJS team has put together. We have gone through and created an example app that uses all the best practices that we want to enforce.

Feel free to clone this repository to get your app started

Installation

Install the Starter Project with Git:

$ git clone https://github.com/teammaestro/nestjs-seed project
$ cd project
$ npm i
$ npm start

Description (from NestJS)

Nest is a framework for building efficient, scalable Node.js web applications. It uses modern JavaScript, is built with TypeScript (preserves compatibility with pure JavaScript) and combines elements of OOP (Object Oriented Progamming), FP (Functional Programming), and FRP (Functional Reactive Programming).

Under the hood, Nest makes use of Express, allowing for easy use of the myriad third-party plugins which are available.

Features

  • Built with TypeScript (compatible with pure JavaScript + Babel)
  • Easy to learn - syntax similar to Angular
  • Familiar - based on well-known libraries (Express / socket.io)
  • Dependency Injection - built-in asynchronous IoC container with a hierarchical injector
  • Modular - defines an easy to follow module definition pattern so you can split your system into reusable modules
  • Reactive microservice support with message patterns (built-in transport via TCP / Redis, but other communication schemes can be implemented with CustomTransportStrategy)
  • Exception layer - throwable web exceptions with status codes, exception filters
  • Pipes - synchronous & asynchronous (e.g. validation purposes)
  • Guards - attach additional logic in a declarative manner (e.g. role-based access control)
  • Interceptors - built on top of RxJS
  • Testing utilities (both e2e & unit tests)

Original Author

Kamil Myśliwiec
Kamil Myśliwiec

Contributors to this seed

Daniel Billingslea John Pinkster
Daniel Billingslea John Pinkster

nestjs-seed's People

Contributors

dependabot-preview[bot] avatar gibsonjoshua55 avatar jpinkster avatar tvmaasjazz avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.