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
- Host: GitHub
- URL: https://github.com/ahmetaksungur/deno-rest-api
- Owner: Ahmetaksungur
- License: mit
- Created: 2021-07-30T12:33:19.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-08T14:34:35.000Z (almost 5 years ago)
- Last Synced: 2024-12-29T15:46:01.486Z (over 1 year ago)
- Topics: api, api-rest, blog, deno, rest, rest-api
- Language: TypeScript
- Homepage:
- Size: 5.86 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```