Skip to content

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

License

Notifications You must be signed in to change notification settings

rajeevbbqq/nest_typeorm_boilerplate

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published