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
- Host: GitHub
- URL: https://github.com/jthinking/hono-app
- Owner: jthinking
- Created: 2024-05-30T16:08:02.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-30T16:13:30.000Z (about 2 years ago)
- Last Synced: 2025-01-24T20:17:07.710Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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