A progressive Node.js framework for building efficient and scalable server-side applications.
<p align="center">
Nest framework TypeScript starter repository.
https://docs.google.com/document/d/16_lsV99OmKlsHfh7oid9oMk4IghwMhsTxOqxu_Ni7KA/edit?usp=sharing
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
TypeScript +NestJSをプロジェクトで導入したら素晴らしかった件
NestJS を Cloud Run へデプロイする方法いろいろ / 継続的デプロイの構築
GitHub Actions で Cloud Run へデプロイする