Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danielm/fastify-prisma-swagger-rest-boilerplate
/ functions
Functions
16 in github.com/danielm/fastify-prisma-swagger-rest-boilerplate
⨍
Functions
16
◇
Types & classes
2
↓ 2 callers
Function
exitHandler
(app: FastifyInstance, exitCode: number)
src/lib/exit-handler.ts:6
↓ 2 callers
Function
gracefullyShutdown
(app: FastifyInstance)
src/lib/exit-handler.ts:24
↓ 2 callers
Function
unexpectedErrorHandler
(app: FastifyInstance, error: any)
src/lib/exit-handler.ts:16
↓ 1 callers
Function
getConfig
()
src/config/logger.config.ts:17
↓ 1 callers
Function
main
()
src/app.ts:23
↓ 1 callers
Function
main
()
prisma/seed.ts:6
Function
createCategory
(request: FastifyRequest<PostCategory>, reply: FastifyReply)
src/controllers/categories.controller.ts:44
Function
createProduct
(request: FastifyRequest<PostProduct>, reply: FastifyReply)
src/controllers/products.controller.ts:46
Function
deleteCategory
(request: FastifyRequest<CrudIdRequest>, reply: FastifyReply)
src/controllers/categories.controller.ts:34
Function
deleteProduct
(request: FastifyRequest<CrudIdRequest>, reply: FastifyReply)
src/controllers/products.controller.ts:36
Function
getCategories
(request: FastifyRequest<CrudAllRequest>, reply: FastifyReply)
src/controllers/categories.controller.ts:3
Function
getCategory
(request: FastifyRequest<CrudIdRequest>, reply: FastifyReply)
src/controllers/categories.controller.ts:20
Function
getProduct
(request: FastifyRequest<CrudIdRequest>, reply: FastifyReply)
src/controllers/products.controller.ts:21
Function
getProducts
(request: FastifyRequest<CrudAllRequest>, reply: FastifyReply)
src/controllers/products.controller.ts:3
Function
updateCategory
(request: FastifyRequest<PutCategory>, reply: FastifyReply)
src/controllers/categories.controller.ts:56
Function
updateProduct
(request: FastifyRequest<PutProduct>, reply: FastifyReply)
src/controllers/products.controller.ts:65