Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 310 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 310 Bytes

Description

Financial advisor

Installation

$ yarn install

Running the app

# development
$ yarn start:dev

# production mode
$ yarn start:prod

Test

# unit tests
$ yarn test:watch

# test coverage
$ yarn test:cov

License

Nest is MIT licensed.