Skip to content

CRUD APIs using Deno and oak. My first server in Deno.

Notifications You must be signed in to change notification settings

rs-hub/deno-crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

deno-crud

Running

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

API Endpoints

  1. /accounts/:id GET - get account by id.
  2. /accounts POST - create a new account.
  3. /accounts/:id PUT - update account.
  4. /orders GET - get all orders.
  5. /orders POST - create a new orders.
  6. /orders/:id PUT - update orders.
  7. /items GET - get all items.
  8. /items POST - create a new item.
  9. /items/:id PUT - update item.

About

CRUD APIs using Deno and oak. My first server in Deno.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published