turing-example
v0.50.0
Published
An example of how the turing-microservice can be used.
Downloads
218
Readme
turing-example
An example of how the turing-microservice can be used.
Setup
Install dependencies:
$ npm installBuild
For compiling the assets:
$ npm run buildStartup
Start the server:
$ npm run startFor starting the server in dev mode with hot reloading:
$ npm run watchThen open a browser and visit:
- Demo Index Page - http://localhost:8080/turing-example/
- Status Page - http://localhost:8080/turing-example/internal/status
- Health Check - http://localhost:8080/turing-example/internal/health
Testing
Test server and client
$ npm testThis also:
runs eslint, tslint & stylelint
creates coverage reports when called with:
$ npm test -- --coverage
Test e2e
Start your Application as usual.
Install local webdriver tools.
$ npm run webdriver:installStart your local webdriver:
$ npm run webdriver:startTest:
$ npm run test:e2eDependency Update
Use npm-check's interactive update.
$ npm-check -E -uContributors
- Benedikt Stemmildt
- Jonathan Meyer
License
Apache-2.0
