Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 361 Bytes

readme.md

File metadata and controls

23 lines (18 loc) · 361 Bytes

Generator DB

Data generator for mongodb

generates random data in a database of your choice and collection

Example

Request:

POST /collections { "database" : "joffer", "collection": "user", "fields": [{ "key": "nombre", "values" : ["franco","luis"] }, { "key": "edad", "values": ["20"] }] }