.codeclimate.yml | |
|
|
.dockerignore | |
|
|
.gitattributes | |
|
|
.github/FUNDING.yml | |
|
|
.github/ISSUE_TEMPLATE/bug_report.md | |
|
|
.github/ISSUE_TEMPLATE/feature_request.md | |
|
|
.github/actions/docker-build-push/action.yml | |
|
|
.github/actions/pnpm-install/action.yml | |
|
|
.github/workflows/docker-push.yml | |
|
|
.github/workflows/integration-tests.yml | |
|
|
.github/workflows/linting.yml | |
|
|
.github/workflows/unit-tests.yml | |
|
|
.gitignore | |
|
|
.gitpod.yml | |
|
|
.husky/commit-msg | |
|
|
.husky/install.mjs | |
|
|
.husky/pre-commit | |
|
|
.idea/modules.xml | |
|
|
.idea/teable.iml | |
|
|
.ncurc.yml | |
|
|
.npmrc | |
|
|
.prettierignore | |
|
|
.prettierrc.js | 18 | A 0 mins |
|
.vscode/extensions.json | |
|
|
.vscode/launch.json | |
|
|
.vscode/settings.json | |
|
|
AGPL_LICENSE | |
|
|
CODE_OF_CONDUCT.md | |
|
|
CONTRIBUTING.md | |
|
|
LICENSE | |
|
|
Makefile | |
|
|
README.md | |
|
|
apps/nestjs-backend/.eslintrc.js | 27 | A 0 mins |
|
apps/nestjs-backend/.gitignore | |
|
|
apps/nestjs-backend/.idea/modules.xml | |
|
|
apps/nestjs-backend/.idea/nestjs-backend.iml | |
|
|
apps/nestjs-backend/README.md | |
|
|
apps/nestjs-backend/nest-cli.json | |
|
|
apps/nestjs-backend/package.json | |
|
|
apps/nestjs-backend/src/app.module.ts | 106 | A 0 mins |
|
apps/nestjs-backend/src/bootstrap.ts | 96 | A 0 mins |
|
apps/nestjs-backend/src/cache/cache.module.ts | 19 | A 0 mins |
|
apps/nestjs-backend/src/cache/cache.provider.ts | 38 | A 0 mins |
|
apps/nestjs-backend/src/cache/cache.service.ts | 32 | A 0 mins |
|
apps/nestjs-backend/src/cache/types.ts | 224 | A 0 mins |
|
apps/nestjs-backend/src/configs/auth.config.ts | 48 | A 0 mins |
|
apps/nestjs-backend/src/configs/base.config.ts | 17 | A 0 mins |
|
apps/nestjs-backend/src/configs/bootstrap.config.ts | 21 | A 0 mins |
|
apps/nestjs-backend/src/configs/cache.config.ts | 14 | A 0 mins |
|
apps/nestjs-backend/src/configs/config.module.ts | 45 | A 0 mins |
|