Skip to content

A repository have some basic but annoying settings for a new Nestjs project.

Notifications You must be signed in to change notification settings

gylove1994/nestjs_bootstrap

Repository files navigation

Nest Logo

A out-of-box repository for Nest framework

Build test CodeQL

Description

A repository have some basic but annoying settings for a new Nestjs project.

What included ?

  • postgresSQL database configuration
  • TypeORM configuration
  • Env config configuration
  • WinstonLogger configuration
  • microservice configuration

Installation

$ yarn install

Running the app

# setting up database
$ docker-compose up -d

# development
$ yarn run start

# watch mode
$ yarn run start:dev

# production mode
$ yarn run start:prod

Test

# unit tests
$ yarn run test

# e2e tests
$ yarn run test:e2e

# test coverage
$ yarn run test:cov

License

MIT license

About

A repository have some basic but annoying settings for a new Nestjs project.

Resources

Stars

Watchers

Forks

Packages

No packages published