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

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.

Awesome Lists containing this project

README

        

To install dependencies:

```sh
bun install
```

To run:

```sh
bun run dev
```

open http://localhost:3000