Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 577 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 577 Bytes

Tolerance Viewer API

This Symfony application exposes the message profiles through an HTTP API to the Viewer user interface.

Docker

You can run the API using the sroze/tolerance-viewer-api Docker image.

docker run -d \
    -e NEO4J_HOST=neo4j.docker \
    -e NEO4J_PORT=7474 \
    -e NEO4J_USERNAME=neo4j \
    -e NEO4J_PASSWORD=samuel \
    sroze/tolerance-viewer-api

Contributing

Like any Symfony application, you first need to install the dependencies using Composer:

composer install