DEV Community

Discussion on: Create a full fake "REST API" with zero coding in less than 30 seconds (seriously).

Collapse
 
omicron666 profile image
Omicron

thanks for the online service link
you can also mock locally rest API with libre SoapUI in 10s sec too ^^, and that's even less technical
soapui.org/docs/rest-testing-mocki...

Collapse
 
ecyrbe profile image
ecyrbe • Edited

When you need scripting for your mocks, i prefer going with json-server + javascript than soap-ui and groovy. For front-end dev it is easier to grasp.
json-server also simulate a real database, POST followed by a GET scenario works out of the box while with soap-ui, you need to script and plug a database yourself.