Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

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%

AltStyle によって変換されたページ (->オリジナル) /