Nestjs:A progressive Node.js framework for building efficient and scalable server-side applications.
an application built on the top of Nest、Prisma.
https://github.com/ChuTingzj/GD-FE
$ pnpm install
# development
$ pnpm run start:dev
# production mode
$ pnpm run start:build-wp
# unit tests
$ pnpm run test
# e2e tests
$ pnpm run test:e2e
# test coverage
$ pnpm run test:cov