Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

remote-coding-demo-api

A minimal Deno CRUD API used as the target repository for the Remote Coding Demo.

Endpoints

  • GET /items — list all items
  • GET /items/:id — get one item (404 if not found)
  • POST /items — create an item ({ name: string })

Running

deno task start

Testing

# Start the server first, then:
deno task test

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages