jokk 0.2

Creator: bradpython12

Last updated:

Add to Cart

Description:

jokk 0.2

RESTful mock api server.
Jokk is heavily inspiered by EasyMock.


Repository
Documentation


Installation
$ virtualenv --distribute jokk_sample
$ source jokk_sample/bin/activate
$ cd jokk_sample
$ pip install jokk
Jokk depends on Werkzeug using for WSGI Utility Library.


Usage

Create config.json for configure settings such as routes, variables
Create data directory for serve response files
Put response file into data directory
Start Jokk server

$ jokk -c config.json

Access to jokk server client such as Web browser.
Jokk would return response file



Options
See documantaion.


Contributing

Fork it
Create your feature branch (git checkout -b my-new-feature)
Commit your changes (git commit -am ‘Add some feature’)
Push to the branch (git push origin my-new-feature)
Create new Pull Request

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.