Skip to content

zarucki/recruitment-json-validation-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published