bunbuf
v0.0.6
Published
```sh mkdir my-api cd my-api bunx bunbuf ```
Downloads
499
Readme
create project and run dev
create project and run dev server
mkdir my-api
cd my-api
bunx bunbuf
test by curl
curl -X POST http://localhost/math/plus \
-H "Content-Type: application/json" \
-d '{
"a": 5,
"b": 3
}'
start in production
bun bunbuf start