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

islamnazmi/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

Building & Running JSON Blob

  1. To run JSON Blob, you'll need the following things installed:
    • Java (version 1.8+)
    • Maven
  2. Build the JSON Blob jar - from the command line run mvn clean package.
  3. Start JSON Blob - from the command line run java -Ddw.blobManager.fileSystemBlogDataDirectory=<PATH TO STORE BLOBS ON THE FILESYSTEM> -jar target/jsonblob.jar server target/config/jsonblob.yml. You'll need to replace <PATH TO STORE BLOBS ON THE FILESYSTEM> with the path where you want to store blobs on the file system.

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.9%
  • Java 13.3%
  • HTML 13.3%
  • CSS 6.5%