https://github.com/iamvihanga/bun-hono-advanced-backend
A modern, lightweight backend application built with Bun and HonoJS. This project features a fully type-safe architecture, leveraging HonoJS RPCs for efficient routing, Zod for robust validation, and Drizzle ORM for seamless database interactions.
https://github.com/iamvihanga/bun-hono-advanced-backend
bun bunjs drizzle-orm honojs nodejs typescript
Last synced: 17 days ago
JSON representation
A modern, lightweight backend application built with Bun and HonoJS. This project features a fully type-safe architecture, leveraging HonoJS RPCs for efficient routing, Zod for robust validation, and Drizzle ORM for seamless database interactions.
- Host: GitHub
- URL: https://github.com/iamvihanga/bun-hono-advanced-backend
- Owner: iamVihanga
- Created: 2025-04-01T05:21:46.000Z (30 days ago)
- Default Branch: main
- Last Pushed: 2025-04-13T11:12:23.000Z (18 days ago)
- Last Synced: 2025-04-13T12:23:58.922Z (18 days ago)
- Topics: bun, bunjs, drizzle-orm, honojs, nodejs, typescript
- Language: TypeScript
- Homepage:
- Size: 90.8 KB
- Stars: 1
- Watchers: 1
- 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
```open http://localhost:3000