Tilda allows you to mock your http dependencies during development time.
This is especially helpful when:
- an external dependency is unstable or unreachable during developing
- the response you are solving for is difficult to set up
You can approximate your dependency with Tilda.
You can use tilda by running it as either a container or a local process.
Set up a container using docker compose by following this guide.
Start a process locally by following this guide