Skip to content

c9-be — Backend

NestJS 11 | Port 8080

Scripts

CommandDescription
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

Getting Started

bash
cd c9-be
yarn install
yarn dev