Commit Graph

15 Commits

Author SHA1 Message Date
94043e5777 feat: add generated code: backend/src/equipment/dto/update-equipment.dto.ts 2026-04-13 15:20:40 +00:00
8d2a7438e5 feat: add generated code: backend/src/equipment/dto/create-equipment.dto.ts 2026-04-13 15:20:39 +00:00
0b1219be68 feat: add generated code: backend/src/equipment/equipment.service.ts 2026-04-13 15:20:38 +00:00
2231a4ded0 feat: add generated code: backend/src/equipment/equipment.controller.ts 2026-04-13 15:20:37 +00:00
0a9590d39c feat: add generated code: backend/src/equipment/equipment.module.ts 2026-04-13 15:20:36 +00:00
9c5865a661 feat: add Prisma schema: backend/prisma/schema.prisma 2026-04-13 15:19:28 +00:00
2983c3269b chore: initial project scaffold: backend/tsconfig.json 2026-04-13 15:19:08 +00:00
982956fac2 chore: initial project scaffold: backend/src/prisma/prisma.service.ts 2026-04-13 15:19:07 +00:00
c4069708be chore: initial project scaffold: backend/src/main.ts 2026-04-13 15:19:07 +00:00
269a9f43f0 chore: initial project scaffold: backend/src/auth/jwt.strategy.ts 2026-04-13 15:19:06 +00:00
3916ba19b3 chore: initial project scaffold: backend/src/auth/jwt-auth.guard.ts 2026-04-13 15:19:04 +00:00
dc8779a02a chore: initial project scaffold: backend/src/auth/auth.module.ts 2026-04-13 15:19:03 +00:00
f6e762d3dc chore: initial project scaffold: backend/package.json 2026-04-13 15:19:02 +00:00
392c4ad974 chore: initial project scaffold: backend/nest-cli.json 2026-04-13 15:19:02 +00:00
6277b67c6c chore: initial project scaffold: backend/Dockerfile 2026-04-13 15:19:01 +00:00