Skip to content

Backend template to start the rapid development for any project Nodejs, Typescript stack

Notifications You must be signed in to change notification settings

blocksan/nestjs-defacto-backend-template

Repository files navigation

Nest Logo

Description

It is a nestjs based template which has features already plugged in to start the rapid development of any backend project

  1. Custom Logger
  2. Swagger
  3. Passport Authentication
  4. JWt based authentication
  5. Authrization Gaurd
  6. Typeorm integration with Mariadb
  7. User entity
  8. Test component (Above implementation with examples)

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

Stay in touch

License

Nest is MIT licensed.

nestjs-defacto-backend-template

About

Backend template to start the rapid development for any project Nodejs, Typescript stack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published