-
Notifications
You must be signed in to change notification settings - Fork 1
/
folder-structure.txt
49 lines (49 loc) · 1.02 KB
/
folder-structure.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
/src
/modules
/auth
auth.module.ts
auth.service.ts
auth.controller.ts
/guards
jwt-auth.guard.ts
/strategies
jwt.strategy.ts
/interfaces
jwt-payload.interface.ts
/dto
login.dto.ts
create-user.dto.ts
/customer
customer.module.ts
customer.controller.ts
customer.service.ts
/entities
customer.entity.ts
/dto
create-customer.dto.ts
update-customer.dto.ts
/abilities
customer.ability.ts
/provider
provider.module.ts
provider.controller.ts
provider.service.ts
/entities
provider.entity.ts
/dto
create-provider.dto.ts
update-provider.dto.ts
/abilities
provider.ability.ts
/admin
admin.module.ts
admin.controller.ts
admin.service.ts
/entities
admin.entity.ts
/dto
create-admin.dto.ts
update-admin.dto.ts
/abilities
admin.ability.ts
app.module.ts