This release includes node_modules folder.
Database connection handled by typeorm and @nestjs/typeorm module.
Multiple environment configuration handled by cross-env and @nestjs/config module.
Authentication features implemented by passport.js.
Bcrypt has been used to hash and compare strings.
Exceptions has been handled by filters, responses has been standardized by interceptors, custom decorators and class-transformer. Check out user controller, service and entity to see usage example.