co BE (NestJS 11)
Backend API built with NestJS 11, TypeORM, MySQL, Redis, JWT, i18n.
- Port: 8080
- Part of co Platform
Scripts
| Script | Command |
|---|---|
build | nest build |
format | prettier --write "src/**/*.ts" "test/**/*.ts" |
start | nest start |
start:dev | nest start --watch |
start:debug | nest start --debug --watch |
start:prod | node dist/main |
lint | eslint "{src,apps,libs,test}/**/*.ts" --fix |
test | jest |
test:watch | jest --watch |
test:cov | jest --coverage |
test:debug | node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand |
test:e2e | jest --config ./test/jest-e2e.json |