Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 396 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 396 Bytes

Description

Nest Microservice framework file service TypeScript repository.

Installation

$ yarn

Running the app

# development
$ yarn dev

# production mode
$ yarn start

Test

# unit tests
$ yarn test

# e2e tests
$ yarn test:e2e

# test coverage
$ yarn test:cov

License

Nest is MIT licensed.