Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 28 days ago
JSON representation
Api using Hono framework with Bun runtime
- Host: GitHub
- URL: https://github.com/shekharsikku/bun-hono-api
- Owner: shekharsikku
- Created: 2024-09-27T06:19:35.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-11-28T02:36:30.000Z (2 months ago)
- Last Synced: 2024-11-28T03:26:56.598Z (2 months ago)
- Topics: bun, hono, jwt, mongodb, mongoose, typescript, zod
- Language: TypeScript
- Homepage:
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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.
---