/servicebook-web

Web Frontend for the service book

Primary LanguageJavaScriptOtherNOASSERTION

Service Book

License

Coverage

Travis

Small dashboard that lists all QA projects, and displays their Swagger documentation and everything we have about them.

Run with Docker

There's a full deployment in Docker image in the docker/ directory.

To build it:

$ cd docker
$ make docker

Then, to run it:

$ make run

This will expose the service book on http://localhost:5000