- API 客户端 : insomnia insomnia
Nest framework TypeScript starter repository.
视频在这里 -> youtube-freeCodeCamp.org-nest
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
npx prisma studio
npx prisma migration dev
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
if jest cant find absolute path
add "moduleDirectories": ["/../", "node_modules"] in /test/jest-e2e.json