Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shekharsikku/bun-hono-api

Api using Hono framework with Bun runtime
https://github.com/shekharsikku/bun-hono-api

bun hono jwt mongodb mongoose typescript zod

Last synced: about 2 months ago
JSON representation

Api using Hono framework with Bun runtime

Awesome Lists containing this project

README

        

# Api using Hono framework with Bun runtime

### Hono JWT and Cookies based Authentication

To install dependencies:

```bash
bun install
```

To run:

```bash
bun dev
```

To start:

```bash
bun start
```

This project was created using `bun init` in bun v1.1.7. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.

---