Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 547 Bytes

File metadata and controls

27 lines (20 loc) · 547 Bytes

Engineering technical test instructions - JSON validation service

Task description here

How to run

To run server:

sbt run

Implementation only uses file system to store schema files. By default schema-root directory is created in project directory.

To override root directory you can use environment variable:

export SCHEMA_ROOT_PATH="./some/other/path"

To run tests:

sbt test

While server is running you can run bash script with example curls:

./runTestScenario.sh