Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 651 Bytes

File metadata and controls

16 lines (9 loc) · 651 Bytes

JSON Blob

JSON Blob was created to help parallelize client/server development. Mock JSON responses can be defined and stored using the online editor and then clients can use the JSON Blob API to retrieve and update the mock responses.

Build Status

Run JSON blob

To run json blob run the following command.

docker run -d -p 8080:8080 bytecodehq/jsonblob:latest

To persist the saved blobs you can mount local volumes on to /opt/jsonblobs/

docker run -d -p 8080:8080 -v /tmp/jsonblobs/:/opt/jsonblobs/ bytecodehq/jsonblob:latest