Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 516 Bytes

File metadata and controls

19 lines (14 loc) · 516 Bytes

Demo Express Server

This is a very basic RESTful API server written in NodeJS

Requirements

  • NodeJS
  • Yarn
    • you can install it by running $ npm i -g yarn

Usage

  • 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/
  • Generate code analysis report: $ yarn code
    • the report will be located in /report/