Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 287 Bytes

README.md

File metadata and controls

15 lines (14 loc) · 287 Bytes

Deno REST API Playground

This is a simple REST API using Deno and Oak. Work in progress...

Run

deno run --allow-net server.ts

Routes

GET      /api/v1/games
GET      /api/v1/games/:id
POST     /api/v1/games
PUT      /api/v1/games/:id
DELETE   /api/v1/games/:id