> For the complete documentation index, see [llms.txt](https://ailens-organization.gitbook.io/virto-connect/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ailens-organization.gitbook.io/virto-connect/getting-started/local-testing.md).

# Local Testing

## Verify that the backend is working:

```bash
curl http://localhost:3000/api/health
```

You should receive a response similar to:

```json
{
  "status": "ok",
  "timestamp": "2023-09-28T12:00:00Z",
  "service": "vos-mock"
}
```

## Enable WebAuthn tool (Chromium based browsers) useful during testing

1. Open your browser inspector (Ctrl + Shift + I)
2. Look at the left 3 points icon ⋮ (Customize and Control DevTools) between the config icon ⚙️ and the close icon ✖️.
3. Click on "More tools"
4. Select "WebAuthn" (It will display a new window)
5. Click on "Enable virtual authenticator environment"
6. Enable "Supports resident keys"
7. Enable "Supports use verification"
8. Enable "Supports large blob"
9. Click on "Add"
