This is an example of a file-store service.
It exposes REST endpoints for manipulating json docs at particular paths.
The API is consistent for front-end services, but could be suppored by any persistence layer of your choosing behind the REST interface.
You can see the open-api spec here
You can run/test the resulting code here