Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 379 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 379 Bytes

Nest API

For studies.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

See API documentation at http:localhost:3000/api-docs

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov