Skip to content

PrinzJuliano/Deta-NestJS-App

Repository files navigation

Description

Nest framework TypeScript starter repository.

Installation

$ yarn

Running the app

# development
$ yarn start

# watch mode
$ yarn run start:dev

# production mode
$ yarn run start:prod

Test

# unit tests
$ yarn run test

# e2e tests
$ yarn run test:e2e

# test coverage
$ yarn run test:cov

Build and Deploy

These steps assume you already have added Deta Micros to your Project.

# build
$ yarn build

# deploy
$ deta deploy

License

This Project is MIT licensed.
Please review the License of NestJS which this example is based on.
Based on nestjs/typescript-starter