Skip to content

trahloff/Fallstudie

Repository files navigation

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/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published