Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TommiCodes/nestjs-local-development-docker-compose-hot-reload
/ functions
Functions
23 in github.com/TommiCodes/nestjs-local-development-docker-compose-hot-reload
⨍
Functions
23
◇
Types & classes
27
↓ 3 callers
Method
findOne
(id: number)
src/user/service/user.service.ts:71
↓ 1 callers
Function
bootstrap
()
src/main.ts:5
↓ 1 callers
Method
comparePasswords
(password: string, storedPasswordHash: string)
src/auth/services/auth/auth.service.ts:20
↓ 1 callers
Method
create
(createdUserDto: CreateUserDto)
src/user/service/user.service.ts:21
↓ 1 callers
Method
findUserByEmail
(email: string)
src/user/service/user.service.ts:75
↓ 1 callers
Method
generateJwt
(user: UserI)
src/auth/services/auth/auth.service.ts:12
↓ 1 callers
Method
getHello
()
src/app.service.ts:5
↓ 1 callers
Method
hashPassword
(password: string)
src/auth/services/auth/auth.service.ts:16
↓ 1 callers
Method
mailExists
(email: string)
src/user/service/user.service.ts:83
↓ 1 callers
Method
validatePassword
(password: string, storedPasswordHash: string)
src/user/service/user.service.ts:79
Method
constructor
(private readonly appService: AppService)
src/app.controller.ts:6
Method
constructor
(private configService: ConfigService)
src/auth/strategies/jwt.strategy.ts:10
Method
constructor
(private readonly jwtService: JwtService)
src/auth/services/auth/auth.service.ts:10
Method
constructor
(private userService: UserService)
src/user/controller/user.controller.ts:13
Method
constructor
( @InjectRepository(UserEntity) private userRepository: Repository<UserEntity>, privat
src/user/service/user.service.ts:15
Method
create
(@Body() createdUserDto: CreateUserDto)
src/user/controller/user.controller.ts:16
Method
emailToLowerCase
()
src/user/models/user.entity.ts:19
Method
findAll
(@Req() request)
src/user/controller/user.controller.ts:36
Method
findAll
()
src/user/service/user.service.ts:67
Method
getHello
()
src/app.controller.ts:9
Method
login
(@Body() loginUserDto: LoginUserDto)
src/user/controller/user.controller.ts:22
Method
login
(loginUserDto: LoginUserDto)
src/user/service/user.service.ts:44
Method
validate
(payload: any)
src/auth/strategies/jwt.strategy.ts:18