Task description here
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