This is a very basic RESTful API server written in NodeJS
- Install dependencies:
$ yarn
- Run the server:
$ yarn start
- Run the tests:
$ yarn test
- Generate test coverage report:
$ yarn coverage
- the report will be located in
/coverage/
- the report will be located in
- Generate code analysis report:
$ yarn code
- the report will be located in
/report/
- the report will be located in