Skip to content

BackendWorks/files

Repository files navigation

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.