Merge branch 'feat/migrate-to-nestjs' into 'master'
feat: migrate backend to NestJS See merge request !15
Showing
backend-nest/jest.config.js
0 → 100644
backend-nest/nest-cli.json
0 → 100644
backend-nest/package-lock.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
backend-nest/package.json
0 → 100644
backend-nest/prisma.config.ts
0 → 100644
backend-nest/prisma/schema.prisma
0 → 100644
This diff is collapsed.
Click to expand it.
backend-nest/src/app.module.ts
0 → 100644
backend-nest/src/auth/auth-token.service.ts
0 → 100644
backend-nest/src/auth/auth.controller.ts
0 → 100644
backend-nest/src/auth/auth.module.ts
0 → 100644
backend-nest/src/auth/auth.service.spec.ts
0 → 100644
backend-nest/src/auth/auth.service.ts
0 → 100644
backend-nest/src/auth/csrf.guard.ts
0 → 100644
backend-nest/src/auth/dto/auth.dto.ts
0 → 100644
backend-nest/src/auth/session.guard.ts
0 → 100644
backend-nest/src/common/api-response.ts
0 → 100644
backend-nest/src/common/datetime.ts
0 → 100644
backend-nest/src/common/permission.guard.ts
0 → 100644
backend-nest/src/common/prisma.module.ts
0 → 100644
backend-nest/src/common/prisma.service.ts
0 → 100644
backend-nest/src/common/serialize.ts
0 → 100644
backend-nest/src/common/text.ts
0 → 100644
This diff is collapsed.
Click to expand it.
backend-nest/src/health/health.controller.ts
0 → 100644
backend-nest/src/main.ts
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
backend-nest/tsconfig.json
0 → 100644
docs/migration-backlog.md
0 → 100644
frontend/.env.java
0 → 100644
frontend/package-lock.json
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
frontend/pnpm-lock.yaml
0 → 100644
This diff is collapsed.
Click to expand it.
frontend/pnpm-workspace.yaml
0 → 100644
scripts/contract/CONTRACT-NOTES.md
0 → 100644
This diff is collapsed.
Click to expand it.
scripts/contract/compare.mjs
0 → 100644
scripts/contract/dev-flows.mjs
0 → 100644
scripts/contract/device-flows.mjs
0 → 100644
scripts/contract/endpoints.mjs
0 → 100644
scripts/contract/fixtures/cmyk.jpg
0 → 100644
1.1 KB
scripts/contract/fixtures/exif-rotate.jpg
0 → 100644
1.29 KB
scripts/contract/fixtures/fake.png
0 → 100644
scripts/contract/fixtures/large-6000.png
0 → 100644
114 KB
scripts/contract/fixtures/normal.gif
0 → 100644
374 Bytes
scripts/contract/fixtures/normal.jpg
0 → 100644
639 Bytes
scripts/contract/fixtures/normal.png
0 → 100644
1.35 KB
scripts/contract/fixtures/progressive.png
0 → 100644
1.6 KB
scripts/contract/image-compare.mjs
0 → 100644
scripts/contract/normalize.mjs
0 → 100644
scripts/contract/record.mjs
0 → 100644
scripts/contract/wecom-flows.mjs
0 → 100644
scripts/contract/write-flows.mjs
0 → 100644
This diff is collapsed.
Click to expand it.