bentonam / fakeit

Generates JSON documents based on models defined in YAML and adds them to a Couchbase Bucket
MIT License
86 stars 21 forks source link

Add local web server capability #62

Closed tabrindle closed 6 years ago

tabrindle commented 8 years ago

It would be extremely helpful to create a web interface for the generated fake data.

The first call might have to be an init call specifying the modelset to use, then subsequent calls could provide the same fake data based on REST requests.

This enhancement could be as simple as simple GET requests for the data that was generated, or as complex as a fully capable CRUD manager, where you can create new data objects, with the schema enforced by the model, modify and delete objects as well.

It could alternatively integrate with couchbase after the init call, simply serving as a proxy for a couchbase DB spun up based on the provided dataset.