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

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

Bun + itty-router + Drizzle ORM + SQLite
https://github.com/jthinking/itty-app

Last synced: 11 months ago
JSON representation

Bun + itty-router + 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