/nestjs-typedorm-serverless-graphql-boilerplate

nestjs +typedorm +serverless +graphql + boilerplate

Primary LanguageTypeScript

Nest Logo

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

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

NestJS + Serverless + TypeDorm

  • NestJS, Serverless 를 사용한 프로젝트입니다.
  • NoSQL의 싱글테이블 패턴을 익히고자 하는 목적으로 만든 프로젝트입니다.
  • DynamoDB의 TypeDorm을 바로 사용할 수 있도록 연결했습니다.
  • serverless.yml에 대한 환경설정 수정 후 실행가능합니다.
  • .env 파일은 보안상의 이유로 공유하지 않습니다.

Description

Nest framework TypeScript starter repository.

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

Support

Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.

Stay in touch

License

Nest is MIT licensed.