gohorsejobs/backoffice
2025-12-31 16:25:32 -03:00
..
src feat: migrate credentials management to backoffice nestjs 2025-12-31 16:25:32 -03:00
test fix(auth): correct seeder pepper and add backoffice e2e tests 2025-12-24 13:53:30 -03:00
.dockerignore feat(backoffice): migrate to Fastify adapter with pnpm, Pino logging, and ultra-optimized Dockerfile 2025-12-23 23:44:02 -03:00
.env.example feat(auth): add cookie parsing and JWT auth guard to backoffice 2025-12-24 10:27:04 -03:00
.gitignore feat(backoffice): 🏗️ initialized NestJS backoffice API 2025-12-15 09:44:16 -03:00
.prettierrc feat(backoffice): 🏗️ initialized NestJS backoffice API 2025-12-15 09:44:16 -03:00
BACKOFFICE.md docs(backoffice): add C4 architecture diagram 2025-12-28 02:36:56 -03:00
Dockerfile fix(docker): Increase NODE_OPTIONS memory for build 2025-12-28 13:48:22 -03:00
eslint.config.mjs feat(backoffice): 🏗️ initialized NestJS backoffice API 2025-12-15 09:44:16 -03:00
nest-cli.json feat(backoffice): 🏗️ initialized NestJS backoffice API 2025-12-15 09:44:16 -03:00
package.json chore(backoffice): update dependencies and resolve peer dependency warnings 2025-12-27 20:49:08 -03:00
pnpm-lock.yaml chore(backoffice): update dependencies and resolve peer dependency warnings 2025-12-27 20:49:08 -03:00
tsconfig.build.json feat(backoffice): 🏗️ initialized NestJS backoffice API 2025-12-15 09:44:16 -03:00
tsconfig.json feat(backoffice): migrate to Fastify adapter with pnpm, Pino logging, and ultra-optimized Dockerfile 2025-12-23 23:44:02 -03:00