Skip to content

A powerful and flexible server for mocking API's of RESTful services, for development purposes.

License

Notifications You must be signed in to change notification settings

itkoren/mockson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mockson

``````````````````````````````````````````` _`__`___```___```___|`|`_____````` `|`'`````/`_``/`|`|/`/`|/``|`'`` `|`|`|`|`|`|`(_)`|`(|```<_``()`|`|`|`| `||`||`|_|_/`_|_|__/__/||`||


A powerful and flexible server for mocking API's of RESTful services, for development purposes. 

Place some files with json templates into the `services` folder and the service will respond to RESTful calls for GET, 
POST, PUT and DELETE.

Have you ever created JSON files for simulating API's? 
You probably did, but these were usually just constructed from a single static object propagated with no unique fields. 

mockson was created to help frontend developers with this task.

Services can be stateful, so flows are supported. 

The data is not really stored but only kept in memory, so each time you restart the application, it resets itself to the original state.

mockson has a convenient template syntax and it's very very simple.

Install
-------

    npm install mockson


Start
-------

    node server.js start

About

A powerful and flexible server for mocking API's of RESTful services, for development purposes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published