knowaveragejoe

Results 4 comments of knowaveragejoe

As far as locally faking the endpoint goes, we could use something like `json-server`: https://github.com/typicode/json-server. For local configuration, could we not just set something like `CICERO_ENDPOINT_URL` in `.env` to the...

I put together a small prototype locally using `json-server`. You can inject the routes it generates into the `apiRouter` after the other routes are defined, and all of them will...

@christina-ml I'd be happy to have you, check out this PR: #511

Mind if I take a stab at this?