@@ -90,11 +90,8 @@ npm start
90
90
91
91
## Implements
92
92
93
- - See [ app] ( src/app.ts ) , [ app.module] ( src/app.module.ts )
94
- - Database
95
- - Module Router
96
- - Static Files
97
- - Validation
93
+ - See [ bootstrap] ( src/app.ts ) , [ app.module] ( src/app.module.ts )
94
+ - Database, Module Router, Static Files, Validation
98
95
- [ Global Exception Filter] ( src/common/filters/exceptions.filter.ts )
99
96
- [ Global Logging Middleware] ( src/common/middleware/logger.middleware.ts )
100
97
- [ Custom Logger for Production] ( src/common/providers/logger.service.ts )
@@ -103,7 +100,7 @@ npm start
103
100
- [ Role-based Guard] ( src/common/guards/roles.guard.ts )
104
101
- Controller Routes
105
102
- [ Auth Login] ( src/base/controllers/auth.controller.ts )
106
- - [ Sample] ( src/sample/controllers/sample.controller.ts ) Parameter, [ DTO] ( src/sample/dto/sample.dto.ts )
103
+ - [ Sample] ( src/sample/controllers/sample.controller.ts ) Parameter and [ DTO] ( src/sample/dto/sample.dto.ts )
107
104
- [ CRUD API Sample] ( src/sample/controllers/crud.controller.ts )
108
105
- [ Database Query] ( src/sample/providers/database.service.ts ) Example
109
106
- [ Unit Test] ( src/sample/providers/crud.service.spec.ts )
@@ -153,10 +150,11 @@ interface ThirdCustomeUser extends CustomeUser {}
153
150
154
151
### Variables Naming
155
152
156
- > Refer to [ Naming cheatsheet] ( https://github.com/kettanaito/naming-cheatsheet )
153
+ > refer to [ Naming cheatsheet] ( https://github.com/kettanaito/naming-cheatsheet )
157
154
158
155
### Links
159
156
157
+ - [ Better Nodejs Project] ( https://github.com/CatsMiaow/better-nodejs-project )
160
158
- [ Nest Prisma Starter] ( https://github.com/CatsMiaow/nestjs-prisma-starter )
161
159
- [ Nest TypeORM Starter] ( https://github.com/CatsMiaow/nestjs-typeorm-starter )
162
160
- [ Nest Sample] ( https://github.com/nestjs/nest/tree/master/sample )
0 commit comments