A progressive Node.js framework for building efficient and scalable server-side applications.
Nest framework TypeScript starter repository.
$ 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:covlien util https://github.com/typestack/class-validator https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/S3.html#constructor-property https://wanago.io/2020/08/03/api-nestjs-uploading-public-files-to-amazon-s3/
# create version
$ npm version [<newversion> | major | minor | patch | premajor | preminor | prepatch | prerelease | from-git]
# automatic deploy to EB
$ git push origin main --tags