Skip to content

Ahmetaksungur/deno-rest-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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