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)