Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.16 KB

README.md

File metadata and controls

32 lines (20 loc) · 1.16 KB

Tolerance Viewer

This Viewer comes with the Tolerance library. This application helps to visualize the tracked messages using the MessageIdentifier component.

Preview

This application is composed of these two components:

  • User interface, an AngularJS application that exposes... the user interface.
  • API, an Symfony application exposing the data through a REST API.

Getting started

You can simply use the built Docker images for the API and the UI, checkout their respective documentations.

Contributing

If you want to run the viewer in a developer mode:

  1. Checkout this repository
  2. Install the application (see their respective README.md file)
  3. Run the 2 containers with Docker. If you've installed Docker using dock-cli you can simply run dock-cli start and you'll see the DNS addresses of the running containers. Else, simply use docker-compose.

License

This project is under the MIT license.