Skip to content

kayeew/deno-rest-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deno-rest-api

A simple rest API made with Deno

run the app

deno run app.ts

routes

Route Description
GET /books return all the books
GET /books/{isbn} return a book
POST /books add a book
PUT /books/{isbn} update a book
DELETE /books/{isbn} delete a book

About

A simple rest API made with Deno

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%