Docs to be written
git clone https://github.com/viniciusfonseca/httpest.git
curl -fsSL https://bun.sh/install | bash
# run the source command echoed by bun install script
sudo apt install jq
Run the example API:
cd httpest/example
bun install
bun run api.ts
Then run the API test scripts on another shell:
../httpest/src local create_todo
../httpest/src local get_todos
../httpest/src local delete_todo