Ayato-kosaka / spelieve-backend-place

1 stars 1 forks source link

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

<p align="center">

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Support us

Description

Nest framework TypeScript starter repository.

Download Envfile

https://docs.google.com/document/d/16_lsV99OmKlsHfh7oid9oMk4IghwMhsTxOqxu_Ni7KA/edit?usp=sharing

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

参考

環境構築

TypeScript +NestJSをプロジェクトで導入したら素晴らしかった件

NestJS の基礎概念の図解と要約

Deploy

NestJS を Cloud Run へデプロイする方法いろいろ / 継続的デプロイの構築
GitHub Actions で Cloud Run へデプロイする