Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yudai-nkt/fresh-with-hono
🦕 🍋 🔥
https://github.com/yudai-nkt/fresh-with-hono
deno fresh hono
Last synced: 3 days ago
JSON representation
🦕 🍋 🔥
- Host: GitHub
- URL: https://github.com/yudai-nkt/fresh-with-hono
- Owner: yudai-nkt
- Created: 2023-02-17T02:58:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-02-22T17:37:13.000Z (over 1 year ago)
- Last Synced: 2024-11-02T14:34:04.396Z (10 days ago)
- Topics: deno, fresh, hono
- Language: TypeScript
- Homepage: https://fresh-with-hono.deno.dev
- Size: 13.7 KB
- Stars: 12
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fresh with Hono
PoC project of Hono adapter for Deno's Fresh.
## Available endpoints
- JSON API: [`/api/todo`](https://fresh-with-hono.deno.dev/api/todo)
- Frontend UI: [`/todo`](https://fresh-with-hono.deno.dev/todo)## Development
Launch a dev server with:
```
deno task dev
```## License
MIT