An open API service indexing awesome lists of open source software.

https://github.com/jthinking/hono-app

Bun + Hono + Drizzle ORM + SQLite
https://github.com/jthinking/hono-app

Last synced: over 1 year ago
JSON representation

Bun + Hono + Drizzle ORM + SQLite

Awesome Lists containing this project

README

          

To install dependencies:
```sh
bun install
```

Generate the migration:

```sh
bunx drizzle-kit generate
```

To run:
```sh
bun run dev
```

open http://localhost:3000