Skip to content

truongbo17/nestjs-base

Repository files navigation

Base Application With NestJs (Node v20.12.2, NPM 10.5.0)


Project setup

$ npm install

Compile and run the project

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Run CLI command

# development
$ npm run console:dev ...

# production mode
$ npm run console ...

Run tests

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Todolist

  • I18N
  • Config
  • Command
  • Schedule
  • Queue
  • Swagger
  • View (hbs engine)
  • Logger
  • Database
  • Mail
  • File upload
  • Upload file (local, s3)
  • Kafka (producer, consumer)
  • Authentication (JWT access token, refresh token, Google auth)

About

Base application by nestjs, big think.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages