Skip to content

co BE (NestJS 11)

Backend API built with NestJS 11, TypeORM, MySQL, Redis, JWT, i18n.

Scripts

ScriptCommand
buildnest build
formatprettier --write "src/**/*.ts" "test/**/*.ts"
startnest start
start:devnest start --watch
start:debugnest start --debug --watch
start:prodnode dist/main
linteslint "{src,apps,libs,test}/**/*.ts" --fix
testjest
test:watchjest --watch
test:covjest --coverage
test:debugnode --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand
test:e2ejest --config ./test/jest-e2e.json