Skip to content

v0.0.1

Latest
Compare
Choose a tag to compare
@bl4cktrum bl4cktrum released this 12 Oct 18:40
· 2 commits to master since this release

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.