Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryuapp/fresh-hono-kv
https://github.com/ryuapp/fresh-hono-kv
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ryuapp/fresh-hono-kv
- Owner: ryuapp
- License: mit
- Created: 2023-07-19T16:01:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-22T13:08:23.000Z (over 1 year ago)
- Last Synced: 2023-07-22T13:51:30.423Z (over 1 year ago)
- Language: TypeScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fresh with Hono and Deno KV
Fresh🍋 is a full stack modern web framework for Deno🦕.\
Hono🔥 is a small, simple, and ultrafast web framework for the Edges.\
Deno KV is a built-in serverless key-value database for Deno Deploy🦕.### Usage
Make sure to install Deno: https://deno.land/manual/getting_started/installation
Then start the project:
```
deno task start
```This will watch the project directory and restart as necessary.