Commit Graph

31 Commits

Author SHA1 Message Date
a802817c48 feat: add generated code: backend/src/change-equipment-status/dto/create-change-equipment-status.dto.ts 2026-04-13 18:31:53 +00:00
cf8c3d24c9 feat: add generated code: backend/src/change-equipment-status/change-equipment-status.service.ts 2026-04-13 18:31:52 +00:00
38fad0bf94 feat: add generated code: backend/src/change-equipment-status/change-equipment-status.controller.ts 2026-04-13 18:31:52 +00:00
d329e06f2b feat: add generated code: backend/src/change-equipment-status/change-equipment-status.module.ts 2026-04-13 18:31:51 +00:00
677d1dd6d5 feat: add generated code: backend/src/equipment/dto/update-equipment.dto.ts 2026-04-13 18:31:50 +00:00
427c4e8b61 feat: add generated code: backend/src/equipment/dto/create-equipment.dto.ts 2026-04-13 18:31:49 +00:00
73c80834fb feat: add generated code: backend/src/equipment/equipment.service.ts 2026-04-13 18:31:48 +00:00
09cfccedb4 feat: add generated code: backend/src/equipment/equipment.controller.ts 2026-04-13 18:31:48 +00:00
65c7df1c95 feat: add generated code: backend/src/equipment/equipment.module.ts 2026-04-13 18:31:46 +00:00
0558f6b70a feat: add Prisma schema: backend/prisma/schema.prisma 2026-04-13 18:30:42 +00:00
365f5dc910 chore: initial project scaffold: nginx.conf 2026-04-13 18:30:31 +00:00
30bbb57ff9 chore: initial project scaffold: frontend/vite.config.ts 2026-04-13 18:30:30 +00:00
9d9c9363e2 chore: initial project scaffold: frontend/tsconfig.json 2026-04-13 18:30:29 +00:00
b7c97cb539 chore: initial project scaffold: frontend/src/dataProvider.ts 2026-04-13 18:30:29 +00:00
700cb50649 chore: initial project scaffold: frontend/src/authProvider.ts 2026-04-13 18:30:28 +00:00
867bf7611f chore: initial project scaffold: frontend/package.json 2026-04-13 18:30:27 +00:00
1450ac30c9 chore: initial project scaffold: frontend/nginx.conf 2026-04-13 18:30:26 +00:00
bbdb22f1c6 chore: initial project scaffold: frontend/index.html 2026-04-13 18:30:26 +00:00
7e16c12716 chore: initial project scaffold: frontend/Dockerfile 2026-04-13 18:30:25 +00:00
d20cca91c1 chore: initial project scaffold: docker-compose.yml 2026-04-13 18:30:24 +00:00
832185ac25 chore: initial project scaffold: backend/tsconfig.json 2026-04-13 18:30:23 +00:00
018d144fdd chore: initial project scaffold: backend/src/prisma/prisma.service.ts 2026-04-13 18:30:23 +00:00
ef88a093b9 chore: initial project scaffold: backend/src/main.ts 2026-04-13 18:30:22 +00:00
70fe03039c chore: initial project scaffold: backend/src/auth/jwt.strategy.ts 2026-04-13 18:30:21 +00:00
d2ad7169c8 chore: initial project scaffold: backend/src/auth/jwt-auth.guard.ts 2026-04-13 18:30:20 +00:00
2d64a7e6e7 chore: initial project scaffold: backend/src/auth/auth.module.ts 2026-04-13 18:30:20 +00:00
e703d4353b chore: initial project scaffold: backend/package.json 2026-04-13 18:30:19 +00:00
13b598263a chore: initial project scaffold: backend/nest-cli.json 2026-04-13 18:30:18 +00:00
e2be53d4ac chore: initial project scaffold: backend/Dockerfile 2026-04-13 18:30:17 +00:00
62eb71c01e chore: initial project scaffold: .env.example 2026-04-13 18:30:17 +00:00
970e67fdc9 Initial commit 2026-04-13 18:30:16 +00:00