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: about 1 year ago
JSON representation

Api with bun and hono

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.