An open API service indexing awesome lists of open source software.

https://github.com/ahmetaksungur/deno-rest-api

Simple Deno REST API
https://github.com/ahmetaksungur/deno-rest-api

api api-rest blog deno rest rest-api

Last synced: 2 months ago
JSON representation

Simple Deno REST API

Awesome Lists containing this project

README

          

# 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
```