Skip to content

patmaz/mocker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mocker app

##The app for generating mock data.

To try it, send a POST request to the https://mocker-app.herokuapp.com/mock endpoint. The payload should contain a number of items that you want to generate and a model of each item (see fields available below).

{
	"number": 5,
	"model": {
		"name": "name",
		"text": "paragraph",
    	"sentence": "sentence",
    	"address": "address",
    	"company": "company"
	}
}

About

data mocking app

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages