rajeevbbqq / nest_typeorm_boilerplate

Nest.Js with TypeORM, Redis Queue (Bull) support and Hot module reload(HMR) ready boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nest Logo

Boiler plate of Nest.js framework, An efficient and scalable Node.Js server-side applications and built in support of TypeOrm with database migrations and Hot module reload.

Description

Nest.Js framework TypeScript starter repository with Typeorm support along with database Migrations and hot module reload.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# generate migrations
$ npm run migration:generate migrationName

# run migrations
$ npm run migrate

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

License

Nest is MIT licensed.

About

Nest.Js with TypeORM, Redis Queue (Bull) support and Hot module reload(HMR) ready boilerplate

License:MIT License


Languages

Language:TypeScript 92.7%Language:JavaScript 7.3%