Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/linder3hs/bun-todo-api
Api with bun and hono
https://github.com/linder3hs/bun-todo-api
bun hono typescript
Last synced: 4 months ago
JSON representation
Api with bun and hono
- Host: GitHub
- URL: https://github.com/linder3hs/bun-todo-api
- Owner: linder3hs
- Created: 2022-07-25T01:47:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-25T01:49:05.000Z (over 2 years ago)
- Last Synced: 2024-10-04T22:11:53.697Z (4 months ago)
- Topics: bun, hono, typescript
- Language: TypeScript
- Homepage:
- Size: 22.5 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Hono with Bun runtime
## Getting Started
### Cloning the repo
```sh
bun create hono ./NAME_HERE
```### Development
```
bun run start
```Open http://localhost:3000 with your browser to see the result.