https://github.com/cecep31/honobackend
https://github.com/cecep31/honobackend
bun drizzle-orm honojs typescript
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cecep31/honobackend
- Owner: cecep31
- Created: 2024-04-26T04:48:25.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-17T08:11:39.000Z (13 days ago)
- Last Synced: 2025-04-23T01:05:08.026Z (8 days ago)
- Topics: bun, drizzle-orm, honojs, typescript
- Language: TypeScript
- Homepage: https://pilput.dev
- Size: 663 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
To install dependencies:
```sh
bun install
```To run:
```sh
bun run dev
```To build:
```sh
bun run build
```open http://localhost:3000