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: about 2 months 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 (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-12T14:44:26.000Z (about 2 months ago)
- Last Synced: 2024-11-12T15:35:45.231Z (about 2 months ago)
- Topics: bun, hono, jwt, mongodb, mongoose, typescript, zod
- Language: TypeScript
- Homepage:
- Size: 18.6 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.
---