/tenko-stat-rest-api

The rest api for my boiler stat which i've been collecting for some time on AWS dynamoDb

Primary LanguageTypeScript

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

Running in serverless mode

# development
$ npm run build && sls offline

# serverless must be installed globally or run `npx serverless offline`

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov