Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 183 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 183 Bytes

Deno REST API

Run

deno run --allow-read --allow-net app.ts

Api

GET      /blogs
GET      /blogs/:id
POST     /blogs
PUT      /blogs/:id
DELETE   /blogs/:id