qinshulei / jsonblob

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.

Home Page:http://jsonblob.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

http://jsonblob.com

License:Apache License 2.0


Languages

Language:JavaScript 66.9%Language:Java 13.3%Language:HTML 13.3%Language:CSS 6.5%