HTTP Mock Server
npm install mockatonAn HTTP mock server for simulating APIs with minimal setup — ideal
for testing difficult to reproduce backend states.
!NPM Version


For example, for /api/company/123, the filename could be:
my-mocks-dir/api/company/[id].GET.200.json

``sh`
git clone https://github.com/ericfortis/mockaton.git --depth 1
cd mockaton
make docker
Dashboard: http://localhost:2020/mockaton
Test it:
`shell``
curl localhost:2020/api/user