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

mrbradparks/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.7+)
    • Maven
    • MongoDB
  2. Build the JSON Blob jar - from the command line run mvn clean package.
  3. Start JSON Blob - from the command run java -Ddw.mongo.type=uri -Ddw.mongo.uri=<MONGODB_INSTANCE_URL> -jar target/jsonblob.jar server target/config/jsonblob.yml. You'll need to replace <MONGODB_INSTANCE_URL> with the actual URL (something like mongodb://username:password@localhost:27017/jsonblob)

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