Skip to content

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

License

Notifications You must be signed in to change notification settings

bytecodehq/jsonblob

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 66.7%
  • Java 13.3%
  • HTML 13.3%
  • CSS 6.5%
  • Dockerfile 0.2%