0.0.6 • Published 7 months ago

bunbuf v0.0.6

Weekly downloads
-
License
-
Repository
-
Last release
7 months ago

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